1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/esp32-olimex-evb: disable periph_can

This commit is contained in:
Vincent Dupont 2019-04-01 11:52:32 +02:00
parent 3db7c65438
commit 2cb8c4b75c

View File

@ -10,7 +10,9 @@ FEATURES_PROVIDED += periph_spi
# unique features of the board
FEATURES_PROVIDED += periph_eth # Ethernet MAC (EMAC)
FEATURES_PROVIDED += periph_can # CAN peripheral interface
# FEATURES_PROVIDED += periph_can # CAN peripheral interface
FEATURES_PROVIDED += esp_can # Do not use periph_can but esp_can while common init
# is not updated
FEATURES_PROVIDED += periph_ir # IR peripheral interface
FEATURES_PROVIDED += arduino