mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e859d74ea4
changed from explicit blacklisting to feature based approach
9 lines
175 B
Makefile
9 lines
175 B
Makefile
export APPLICATION = periph_uart_blocking
|
|
include ../Makefile.tests_common
|
|
|
|
FEATURES_REQUIRED = periph_uart
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|