mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
c184d8fca3
xbee: Fixes one instance of the use of IOBUSER_WIRELESS_MAC802154 which isn't available without the software MAC layer. Instead we use IOBUSER_WIRELESS_RAD802154 throughout the whole driver since it is always available when IEEE 802.15.4 support is enable Approved-by: Gregory Nutt <gnutt@nuttx.org>