diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-07 22:11:12 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-07 22:11:12 +0100 |
commit | 1c747510457c40330f8bd4506e725889c3d012e2 (patch) | |
tree | 5ed807fe726deedd51e84efb8916e71d38afdc18 /shared/serial_parse.h | |
parent | 456efce00c0ed85061352a38edddc0a3f39c7804 (diff) |
`clang-format`
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 - |