1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
2020-07-10 16:49:08 +02:00

10 lines
203 B
Makefile

include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += timex
# The MSP-430 toolchain lacks sscanf:
BOARD_BLACKLIST := chronos msb-430 msb-430h telosb z1
include $(RIOTBASE)/Makefile.include