mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/arduino: add pseudomodule for the arduino_pwm feature
This commit is contained in:
parent
584052ec6e
commit
6769101c34
@ -69,3 +69,6 @@ USEMODULE += $(filter efm32_coretemp, $(FEATURES_USED))
|
||||
|
||||
# if LC filter(s) is attached to the CPUs voltage regulator, use it
|
||||
USEMODULE += $(filter vdd_lc_filter_%,$(FEATURES_USED))
|
||||
|
||||
# select arduino_pwm pseudomodule if the corresponding feature is used
|
||||
USEMODULE += $(filter arduino_pwm, $(FEATURES_USED))
|
||||
|
@ -24,3 +24,5 @@ INCLUDES += -I$(RIOTBASE)/sys/arduino/include
|
||||
# package, which is __horrible__ out of date. However, we cannot simply ignore
|
||||
# all Ubuntu users and instead simply manually enable C++11 support
|
||||
CXXEXFLAGS += -std=c++11
|
||||
|
||||
PSEUDOMODULES += arduino_pwm
|
||||
|
Loading…
Reference in New Issue
Block a user