mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
Update some changes from last merge that are needed on this branch.
This commit is contained in:
parent
3482172a16
commit
80bca0736d
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ int sixlowpan_queue_frames(FAR struct ieee802154_driver_s *ieee,
|
|||
|
||||
g_pktattrs[PACKETBUF_ATTR_MAC_SEQNO] = 0;
|
||||
|
||||
verify = sixlowpan_framecreate(ieee, iob, ieee->i_panid);
|
||||
verify = sixlowpan_framecreate(ieee, iob, dest_panid);
|
||||
DEBUGASSERT(verify == framer_hdrlen);
|
||||
UNUSED(verify);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue