1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/gnrc_netif_ieee802154: explicitely use netdev

This commit is contained in:
Benjamin Valentin 2021-10-08 00:45:13 +02:00
parent 82e3aefebf
commit 2a12820dc6

View File

@ -6,6 +6,7 @@ TERMFLAGS ?= -z "0.0.0.0:17755,localhost:17754"
USEMODULE += socket_zep
USEMODULE += auto_init_gnrc_netif
USEMODULE += netdev
USEMODULE += gnrc
USEMODULE += gnrc_netif_ieee802154
USEMODULE += gnrc_pktdump