syntax sugar
This commit is contained in:
@@ -221,5 +221,4 @@ void UsbCommandReceived(UsbCommand *UC)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -51,7 +51,7 @@ int CmdsParse(const command_t Commands[], const char *Cmd) {
|
||||
int last_match = 0;
|
||||
int matches = 0;
|
||||
|
||||
for (i=0; Commands[i].Name;i++) {
|
||||
for (i=0; Commands[i].Name; i++) {
|
||||
if( !strncmp(Commands[i].Name, cmd_name, strlen(cmd_name)) ) {
|
||||
last_match = i;
|
||||
matches++;
|
||||
|
||||
Reference in New Issue
Block a user