diff options
Diffstat (limited to 'src/command.c')
-rw-r--r-- | src/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.c b/src/command.c index 522b0223..2a248f16 100644 --- a/src/command.c +++ b/src/command.c @@ -197,7 +197,7 @@ error: shutdown("Message encode error"); } -static void +void sendf_shutdown(void) { writeb(&in_sendf, 0); @@ -289,7 +289,7 @@ nak: } // Background task that reads commands from the board serial port -static void +void command_task(void) { // Process commands. |