mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
sys: shell: remove uart0 dependency
This commit is contained in:
parent
ef000d46af
commit
eeecda87ca
@ -203,13 +203,8 @@ endif
|
||||
|
||||
ifneq (,$(filter newlib,$(USEMODULE)))
|
||||
USEMODULE += uart_stdio
|
||||
else
|
||||
ifneq (,$(filter shell,$(USEMODULE)))
|
||||
USEMODULE += uart0
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
ifneq (,$(filter uart0,$(USEMODULE)))
|
||||
USEMODULE += posix
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user