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 test

This commit is contained in:
Ludwig Ortmann 2014-02-06 12:33:44 +01:00
parent c6be9ad3fc
commit 8815d22390
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ else
USEMODULE += auto_init
USEMODULE += hwtimer
USEMODULE += uart0
USEMODULE += posix
include $(RIOTBASE)/Makefile.include

View File

@ -12,7 +12,6 @@ export RIOTBASE = $(CURDIR)/../..
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += uart0
USEMODULE += posix
include $(RIOTBASE)/Makefile.include