1
0
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:
Benjamin Valentin 2021-02-25 21:23:27 +01:00
parent 367a8e8574
commit a2396111ee
3 changed files with 1 additions and 4 deletions

View File

@ -24,8 +24,7 @@
* @}
*/
#include "luid.h"
#include "kernel_defines.h"
#include "byteorder.h"
#include "net/ieee802154.h"
#if IS_USED(IEEE802154_SECURITY)

View File

@ -1,4 +1,3 @@
USEMODULE += luid
USEMODULE += netdev_eth
USEMODULE += xtimer
USEPKG += driver_atwinc15x0

View File

@ -1,5 +1,4 @@
USEMODULE += xtimer
USEMODULE += luid
USEMODULE += ieee802154
USEMODULE += netdev_ieee802154
FEATURES_REQUIRED += periph_gpio