wireless/ieee802154: Work on packet reception at radio layer (MRF24J40)

This commit is contained in:
Anthony Merlino
2017-04-21 13:06:18 -04:00
parent 7ed8e4166b
commit 795e70a952
3 changed files with 39 additions and 15 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
*/
#if CONFIG_NET_6LOWPAN_MTU > (CONFIG_IOB_BUFSIZE * CONFIG_IOB_NBUFFERS)
# error Not enough IOBs to hold one full IEEE802.14.5 packet
# error Not enough IOBs to hold one full 6LoWPAN packet
#endif
/****************************************************************************