Fix some backward arguments in the debug statement

This commit is contained in:
Gregory Nutt 2017-06-20 16:06:35 -06:00
parent 22257c41cb
commit cca0013674
1 changed files with 1 additions and 1 deletions

View File

@ -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 */