1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

tests/ieee802154_submac: remove unused macro

This commit is contained in:
Jose Alamos 2021-09-28 15:53:06 +02:00
parent b9da266820
commit f6a2b58900
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -37,8 +37,6 @@
#define MAX_LINE (80)
/* Only the first radio is supported so far */
#define RADIO_DEFAULT_ID (0U)
netdev_ieee802154_submac_t netdev_submac;
mutex_t lock;