1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

ieee802154/submac/Kconfig: select ZTIMER

This commit is contained in:
Jose Alamos 2023-01-17 11:50:19 +01:00
parent 92f3a170af
commit fc0e59cac3
No known key found for this signature in database
GPG Key ID: F483EB800EF89DD9

View File

@ -19,7 +19,7 @@ config MODULE_IEEE802154_SECURITY
config MODULE_IEEE802154_SUBMAC
bool "IEEE 802.15.4 submac"
select MODULE_XTIMER
select ZTIMER_USEC
help
This module defines a common layer for handling the lower part of the IEEE 802.15.4 MAC layer.