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 294e5b6 commit 5478e84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/openthread/platform/diag.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ static otError processTransmit(otInstance *aInstance, uint8_t aArgsLength, char
}
sTxPeriod = (uint32_t)(value);
diag_output("set diagnostic messages interval to %" PRIu32
" ms\r\nstatus 0x%02x\r\n",
sTxPeriod, error);
" ms\r\n", sTxPeriod);

} else if (strcmp(aArgs[0], "count") == 0) {

Expand Down

0 comments on commit 5478e84

Please sign in to comment.