tests/gnrc_sock_{ip,udp}: fix copy paste error
This commit is contained in:
parent
8f24cc840c
commit
dd68fb7273
@ -7,7 +7,7 @@ ifeq (1, $(AUX_LOCAL))
|
||||
USEMODULE += sock_aux_local
|
||||
endif
|
||||
|
||||
ifeq (1, $(AUX_LOCAL))
|
||||
ifeq (1, $(AUX_TIMESTAMP))
|
||||
USEMODULE += sock_aux_timestamp
|
||||
endif
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ ifeq (1, $(AUX_LOCAL))
|
||||
USEMODULE += sock_aux_local
|
||||
endif
|
||||
|
||||
ifeq (1, $(AUX_LOCAL))
|
||||
ifeq (1, $(AUX_TIMESTAMP))
|
||||
USEMODULE += sock_aux_timestamp
|
||||
endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user