don't explicitly blink led on eatch command to save some bus time
This commit is contained in:
parent
02f8fab41c
commit
0ce5be707b
2
main.c
2
main.c
|
@ -287,9 +287,7 @@ int main(int argc, char* argv[])
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
||||||
eismultiplexer_set_led(&multiplexer, true);
|
|
||||||
int cmdRet = process_commands(commands, i, &multiplexer, "");
|
int cmdRet = process_commands(commands, i, &multiplexer, "");
|
||||||
eismultiplexer_set_led(&multiplexer, false);
|
|
||||||
if(cmdRet == 0)
|
if(cmdRet == 0)
|
||||||
puts("OK");
|
puts("OK");
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue