From 2cb8c4b75cf25121c5f2ee35186f3d6986b6c950 Mon Sep 17 00:00:00 2001 From: Vincent Dupont Date: Mon, 1 Apr 2019 11:52:32 +0200 Subject: [PATCH] boards/esp32-olimex-evb: disable periph_can --- boards/esp32-olimex-evb/Makefile.features | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/esp32-olimex-evb/Makefile.features b/boards/esp32-olimex-evb/Makefile.features index b7f86b5586..1ae2939448 100644 --- a/boards/esp32-olimex-evb/Makefile.features +++ b/boards/esp32-olimex-evb/Makefile.features @@ -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