mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 13:59:54 +00:00
[cli] change aArgsLength type from int to uint8_t (#4718)
This commit is contained in:
@@ -425,7 +425,7 @@ exit:
|
||||
// Diag
|
||||
//
|
||||
|
||||
void otPlatDiagProcess(otInstance *aInstance, int aArgsLength, char *aArgs[], char *aOutput, size_t aOutputMaxLen)
|
||||
void otPlatDiagProcess(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, size_t aOutputMaxLen)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
OT_UNUSED_VARIABLE(aArgsLength);
|
||||
|
||||
Reference in New Issue
Block a user