1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/shell: Blacklist chronos for missing getchar implementation

This commit is contained in:
Joakim Gebart 2015-07-07 00:44:29 +02:00
parent 68c47d29ea
commit b318d2607c

View File

@ -8,4 +8,7 @@ USEMODULE += uart0
DISABLE_MODULE += auto_init
# chronos is missing a getchar implementation
BOARD_BLACKLIST += chronos
include $(RIOTBASE)/Makefile.include