mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers: remove unused luid dependencies
Those drivers don't rely on luid anymore, we can drop the dependency.
This commit is contained in:
parent
367a8e8574
commit
a2396111ee
@ -24,8 +24,7 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
|
||||
#include "luid.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "byteorder.h"
|
||||
#include "net/ieee802154.h"
|
||||
#if IS_USED(IEEE802154_SECURITY)
|
||||
|
@ -1,4 +1,3 @@
|
||||
USEMODULE += luid
|
||||
USEMODULE += netdev_eth
|
||||
USEMODULE += xtimer
|
||||
USEPKG += driver_atwinc15x0
|
||||
|
@ -1,5 +1,4 @@
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += luid
|
||||
USEMODULE += ieee802154
|
||||
USEMODULE += netdev_ieee802154
|
||||
FEATURES_REQUIRED += periph_gpio
|
||||
|
Loading…
Reference in New Issue
Block a user