mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
7 lines
139 B
Makefile
7 lines
139 B
Makefile
APPLICATION = thread_msg_block_w_queue
|
|
include ../Makefile.tests_common
|
|
|
|
DISABLE_MODULE += auto_init
|
|
|
|
include $(RIOTBASE)/Makefile.include
|