mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user