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