drivers/wireless/ieee802154/xbee/xbee.c: Fix a syslog format
This commit is contained in:
parent
e5b63cddce
commit
720e90a7ce
|
@ -804,8 +804,8 @@ static void xbee_process_apiframes(FAR struct xbee_priv_s *priv,
|
||||||
* should have caught it.
|
* should have caught it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
wlwarn("Unknown frame type: %d\n",
|
wlwarn("Unknown frame type: %p\n",
|
||||||
frame[XBEE_APIFRAMEINDEX_TYPE]);
|
&frame[XBEE_APIFRAMEINDEX_TYPE]);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue