mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
nRF52: fix missing #endif on RADIO header
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
2bbb1f28d5
commit
19941b14b0
@@ -447,6 +447,7 @@
|
||||
#ifdef HAVE_RADIO_BLELR
|
||||
# define RADIO_MODE_BLELR125KBIT (0x05 << RADIO_MODE_SHIFT) /* 5: Long range 125 kbit/s TX, 125 kbit/s and 500 kbit/s RX */
|
||||
# define RADIO_MODE_BLELR500KBIT (0x06 << RADIO_MODE_SHIFT) /* 6: Long range 500 kbit/s TX, 125 kbit/s and 500 kbit/s RX */
|
||||
#endif
|
||||
#ifdef HAVE_RADIO_IEEE802154
|
||||
# define RADIO_MODE_IEEE802154 (0x0f << RADIO_MODE_SHIFT) /* 15: IEEE 802.15.4-2006 250 kbit/s */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user