tests: cleanup, remove QUIET ?= 1, already defined in Makefile.tests_common
This commit is contained in:
parent
3d12edfd7f
commit
d93db89e05
@ -28,9 +28,6 @@ CFLAGS += -DCYCLES=$(TCP_TEST_CYCLES)
|
||||
# development process:
|
||||
#CFLAGS += -DDEVELHELP
|
||||
|
||||
# Change this to 0 show compiler invocation lines by default:
|
||||
QUIET ?= 1
|
||||
|
||||
# Modules to include
|
||||
USEMODULE += gnrc_netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
@ -24,9 +24,6 @@ CFLAGS += -DLOCAL_PORT=$(TCP_LOCAL_PORT)
|
||||
# development process:
|
||||
#CFLAGS += -DDEVELHELP
|
||||
|
||||
# Change this to 0 show compiler invocation lines by default:
|
||||
QUIET ?= 1
|
||||
|
||||
# Modules to include
|
||||
USEMODULE += gnrc_netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user