tests/gnrc_sock_{ip,udp}: fix copy paste error

This commit is contained in:
Marian Buschsieweke 2021-01-12 22:00:43 +01:00
parent 8f24cc840c
commit dd68fb7273
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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