mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 06:10:21 +00:00
[mac] fix tx counters (#2134)
This commit is contained in:
committed by
Jonathan Hui
parent
850713f09b
commit
141ceb0446
@@ -667,6 +667,7 @@ void Interpreter::ProcessCounters(int argc, char *argv[])
|
||||
mServer->OutputFormat(" TxOther: %d\r\n", counters->mTxOther);
|
||||
mServer->OutputFormat(" TxRetry: %d\r\n", counters->mTxRetry);
|
||||
mServer->OutputFormat(" TxErrCca: %d\r\n", counters->mTxErrCca);
|
||||
mServer->OutputFormat(" TxErrBusyChannel: %d\r\n", counters->mTxErrBusyChannel);
|
||||
mServer->OutputFormat("RxTotal: %d\r\n", counters->mRxTotal);
|
||||
mServer->OutputFormat(" RxUnicast: %d\r\n", counters->mRxUnicast);
|
||||
mServer->OutputFormat(" RxBroadcast: %d\r\n", counters->mRxBroadcast);
|
||||
|
||||
Reference in New Issue
Block a user