Skip to content

Commit

Permalink
Update modules/openthread/platform/diag.c
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Baczmański <[email protected]>
  • Loading branch information
canisLupus1313 and maciejbaczmanski authored Dec 16, 2024
1 parent 5478e84 commit ea97b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/openthread/platform/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ static otError processTransmit(otInstance *aInstance, uint8_t aArgsLength, char
}

sTxRequestedCount = (uint32_t)(value);
diag_output("set diagnostic messages count to %" PRId32 "\r\nstatus 0x%02x\r\n",
sTxRequestedCount, error);
diag_output("set diagnostic messages count to %" PRId32 "\r\n",
sTxRequestedCount);
} else {
return OT_ERROR_INVALID_ARGS;
}
Expand Down

0 comments on commit ea97b26

Please sign in to comment.