fix windows build, add argp to tree to allow building for windows
This commit is contained in:
parent
e25d7347c6
commit
ff6b89b495
19 changed files with 5951 additions and 2 deletions
2
main.c
2
main.c
|
|
@ -259,7 +259,9 @@ int main(int argc, char* argv[])
|
|||
++i;
|
||||
}
|
||||
|
||||
eismultiplexer_set_led(&multiplexer, true);
|
||||
int cmdRet = process_commands(commands, i, &multiplexer, "");
|
||||
eismultiplexer_set_led(&multiplexer, false);
|
||||
if(cmdRet == 0)
|
||||
puts("OK");
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue