2021-04-07 12:05:09 +02:00

8 lines
126 B
Makefile

SRC := sm_pwm_01c.c
ifneq (,$(filter saul,$(USEMODULE)))
SRC += sm_pwm_01c_saul.c
endif
include $(RIOTBASE)/Makefile.base