Switches IEEE 802.15.4 based code to using byte arrays instead of uint16_t values for short address and PAN ID

This commit is contained in:
Anthony Merlino
2017-06-19 05:56:52 -04:00
parent 2bb14d854d
commit c2ad1d2d1c
23 changed files with 195 additions and 80 deletions

View File

@@ -70,7 +70,7 @@
*
****************************************************************************/
int netlib_getpanid(FAR const char *ifname, FAR uint16_t *panid)
int netlib_getpanid(FAR const char *ifname, FAR uint8_t *panid)
{
int ret = ERROR;