mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:32:43 +01:00
8 lines
148 B
Makefile
8 lines
148 B
Makefile
APPLICATION = periph_adc
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_adc
|
|
USEMODULE += vtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|