1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/esp32: disable DAC for Olimex ESP32 boards

This commit is contained in:
Gunar Schorcht 2019-05-02 16:42:21 +02:00 committed by Schorcht
parent 9fc9ff2523
commit f872eb9488

View File

@ -5,7 +5,6 @@ include $(RIOTBOARD)/common/esp32/Makefile.features
ifneq (,$(filter olimex_esp32_gateway,$(USEMODULE)))
FEATURES_PROVIDED += periph_adc
endif
FEATURES_PROVIDED += periph_dac
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_spi