mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/esp32-olimex-evb: drop periph_ir feature
There is no corresponding driver (yet), so this feature is just confusing.
This commit is contained in:
parent
6714a77026
commit
001bc0e7eb
@ -20,7 +20,6 @@ config BOARD_ESP32_OLIMEX_EVB
|
||||
select HAS_PERIPH_SDMMC
|
||||
select HAS_PERIPH_SPI
|
||||
select HAS_PERIPH_CAN
|
||||
select HAS_PERIPH_IR
|
||||
|
||||
select HAVE_MTD_SDMMC_DEFAULT
|
||||
|
||||
|
@ -21,6 +21,5 @@ FEATURES_CONFLICT_MSG += "SD/MMC and SPI cannot be used at the same time on this
|
||||
# unique features of the board
|
||||
FEATURES_PROVIDED += esp_eth # Ethernet MAC (EMAC)
|
||||
FEATURES_PROVIDED += periph_can # CAN peripheral interface
|
||||
FEATURES_PROVIDED += periph_ir # IR peripheral interface
|
||||
|
||||
FEATURES_PROVIDED += arduino_pins
|
||||
|
Loading…
Reference in New Issue
Block a user