1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

netdev: add legacy pseudomodule

This commit is contained in:
Jose Alamos 2020-11-23 12:58:38 +01:00 committed by Benjamin Valentin
parent 5d67d0e236
commit 20329ff1d4
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,9 @@ USEMODULE += netstats_l2
USEMODULE += netstats_ipv6
USEMODULE += netstats_rpl
# Uncomment this to enable legacy support of netdev for IEEE 802.15.4 radios.
# USEMODULE += netdev_ieee802154_legacy
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:

View File

@ -133,6 +133,7 @@ PSEUDOMODULES += ztimer%
# ztimer's main module is called "ztimer_core"
NO_PSEUDOMODULES += ztimer_core
NO_PSEUDOMODULES += netdev_ieee802154_submac
NO_PSEUDOMODULES += netdev_ieee802154_legacy
# print ascii representation in function od_hex_dump()
PSEUDOMODULES += od_string