mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
Fix some backward arguments in the debug statement
This commit is contained in:
@@ -83,7 +83,7 @@ int mac802154_req_data(MACHANDLE mac,
|
||||
int ret;
|
||||
|
||||
wlinfo("Received frame io_len=%u io_offset=%u\n",
|
||||
frame->io_offset, frame->io_len);
|
||||
frame->io_len, frame->io_offset);
|
||||
|
||||
/* Check the required frame size */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user