diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-29 17:01:19 +0200 |
commit | 1c7c0bd747c839fb1e449e98cec942894821addf (patch) | |
tree | 01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /shared/serial_parse.c | |
parent | 59802547c336d61aa7e950414a3f44180e211974 (diff) |
`make format`
Diffstat (limited to 'shared/serial_parse.c')
-rw-r--r-- | shared/serial_parse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/serial_parse.c b/shared/serial_parse.c index 49f4cbf..54b9ab5 100644 --- a/shared/serial_parse.c +++ b/shared/serial_parse.c @@ -1,8 +1,8 @@ #include <string.h> #include "consts.h" -#include "serial_parse.h" #include "errcatch.h" +#include "serial_parse.h" #ifdef W2_SIM #include "../robot/orangutan_shim.h" #endif @@ -58,4 +58,3 @@ void w2_cmd_handler(uint8_t data[W2_SERIAL_READ_BUFFER_SIZE], uint8_t data_lengt free(copy); } - |