1
0
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:
Ludwig Ortmann 2014-02-06 12:31:06 +01:00
parent 87a7211e59
commit c6be9ad3fc
4 changed files with 0 additions and 4 deletions

View File

@ -36,7 +36,6 @@ export QUIET ?= 1
USEMODULE += config
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += uart0
USEMODULE += posix
USEMODULE += ps
USEMODULE += auto_init

View File

@ -34,7 +34,6 @@ export QUIET ?= 1
# Modules to include:
USEMODULE += config
USEMODULE += uart0
USEMODULE += posix
USEMODULE += auto_init
USEMODULE += hwtimer

View File

@ -34,7 +34,6 @@ export QUIET ?= 1
# Modules to include:
USEMODULE += posix
USEMODULE += uart0
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps

View File

@ -39,7 +39,6 @@ CFLAGS += "-Wno-cpp"
USEMODULE += auto_init
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += uart0
USEMODULE += posix
USEMODULE += ps
USEMODULE += vtimer