mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 17:52:45 +01:00
8 lines
146 B
Makefile
8 lines
146 B
Makefile
BOARD ?= pba-d-01-kw2x
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_adc
|
|
USEMODULE += xtimer
|
|
|
|
include $(RIOTBASE)/Makefile.include
|