Skip to content
Snippets Groups Projects
Commit e19c52ed authored by Gregory Nutt's avatar Gregory Nutt
Browse files

6LoWPAN fix compile issue in star hub configuration.

parent 76e6dba2
No related branches found
No related tags found
No related merge requests found
......@@ -471,6 +471,7 @@ void sixlowpan_udp_send(FAR struct net_driver_s *dev,
FAR uint8_t *buf;
uint16_t hdrlen;
uint16_t buflen;
int ret;
/* Get the IEEE 802.15.4 MAC address of the destination. This
* assumes an encoding of the MAC address in the IPv6 address.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment