diff options
Diffstat (limited to 'shared/serial_parse.h')
-rw-r--r-- | shared/serial_parse.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/serial_parse.h b/shared/serial_parse.h index 1e9c404..2174436 100644 --- a/shared/serial_parse.h +++ b/shared/serial_parse.h @@ -2,8 +2,8 @@ /** @file serial_parse.h */ -#include <stdint.h> #include <stdbool.h> +#include <stdint.h> #include "protocol.h" @@ -23,4 +23,3 @@ bool cd_serial_parse(uint8_t byte); #ifdef __cplusplus } #endif - |