[cli] add command to retrieve mle counters (#3605)

This commit is contained in:
Łukasz Duda
2019-02-19 11:37:45 -08:00
committed by Jonathan Hui
parent 403f7f8109
commit 8c13df5a51
6 changed files with 127 additions and 37 deletions
+1 -1
View File
@@ -733,7 +733,7 @@ OTAPI const otIpCounters *OTCALL otThreadGetIp6Counters(otInstance *aInstance);
* @returns A pointer to the Thread MLE counters.
*
*/
const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
OTAPI const otMleCounters *OTCALL otThreadGetMleCounters(otInstance *aInstance);
/**
* Reset the Thread MLE counters.