mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
remove superfluous uart USEMODULEs from test
This commit is contained in:
parent
c6be9ad3fc
commit
8815d22390
@ -18,7 +18,6 @@ else
|
|||||||
|
|
||||||
USEMODULE += auto_init
|
USEMODULE += auto_init
|
||||||
USEMODULE += hwtimer
|
USEMODULE += hwtimer
|
||||||
USEMODULE += uart0
|
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
@ -12,7 +12,6 @@ export RIOTBASE = $(CURDIR)/../..
|
|||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
USEMODULE += uart0
|
|
||||||
USEMODULE += posix
|
USEMODULE += posix
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
Loading…
Reference in New Issue
Block a user