mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
PktRadio: Fixes problems with 6LoWPAN + PktRadio.
This commit is contained in:
@@ -317,7 +317,7 @@ static int sixlowpan_pktradio_metadata(FAR struct sixlowpan_driver_s *radio,
|
||||
|
||||
/* Reset the meta data */
|
||||
|
||||
memset(&pktmeta, 0, sizeof(struct pktradio_metadata_s));
|
||||
memset(pktmeta, 0, sizeof(struct pktradio_metadata_s));
|
||||
|
||||
/* Set the source address */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user