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:
parent
68c47d29ea
commit
b318d2607c
@ -8,4 +8,7 @@ USEMODULE += uart0
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
# chronos is missing a getchar implementation
|
||||
BOARD_BLACKLIST += chronos
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user