mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
remove superfluous uart USEMODULEs from examples
This commit is contained in:
parent
87a7211e59
commit
c6be9ad3fc
@ -36,7 +36,6 @@ export QUIET ?= 1
|
||||
USEMODULE += config
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += uart0
|
||||
USEMODULE += posix
|
||||
USEMODULE += ps
|
||||
USEMODULE += auto_init
|
||||
|
@ -34,7 +34,6 @@ export QUIET ?= 1
|
||||
# Modules to include:
|
||||
|
||||
USEMODULE += config
|
||||
USEMODULE += uart0
|
||||
USEMODULE += posix
|
||||
USEMODULE += auto_init
|
||||
USEMODULE += hwtimer
|
||||
|
@ -34,7 +34,6 @@ export QUIET ?= 1
|
||||
# Modules to include:
|
||||
|
||||
USEMODULE += posix
|
||||
USEMODULE += uart0
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
|
@ -39,7 +39,6 @@ CFLAGS += "-Wno-cpp"
|
||||
USEMODULE += auto_init
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += uart0
|
||||
USEMODULE += posix
|
||||
USEMODULE += ps
|
||||
USEMODULE += vtimer
|
||||
|
Loading…
Reference in New Issue
Block a user