mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
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
|