1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/thread_float/Makefile

10 lines
177 B
Makefile
Raw Normal View History

2017-02-20 18:23:20 +01:00
APPLICATION = thread_float
include ../Makefile.tests_common
USEMODULE += printf_float
USEMODULE += xtimer
#DISABLE_MODULE += cortexm_fpu
include $(RIOTBASE)/Makefile.include