1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_sm_pwm_01c/Makefile
2021-04-07 12:05:09 +02:00

9 lines
144 B
Makefile

BOARD ?= samr21-xpro
include ../Makefile.tests_common
USEMODULE += progress_bar
USEMODULE += sm_pwm_01c
include $(RIOTBASE)/Makefile.include