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
|