diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-25 16:31:23 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-25 16:31:23 +0200 |
commit | afa10fa556585d965e3a7d46c2fd5436d29cf3c6 (patch) | |
tree | 358191a988d0d23449d6a0381d3c1016048424f4 /shared/serial_parse.h | |
parent | 9cd83d662849fe72c83038a018107d9bbf5c2398 (diff) |
`make format`
Diffstat (limited to 'shared/serial_parse.h')
-rw-r--r-- | shared/serial_parse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/serial_parse.h b/shared/serial_parse.h index 516bf8a..a1c8fb9 100644 --- a/shared/serial_parse.h +++ b/shared/serial_parse.h @@ -6,4 +6,3 @@ /** parse serial data byte by byte */ void w2_serial_parse(uint8_t byte); - |