diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 14:45:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 14:45:36 +0200 |
commit | fda1e9389c4bcef89a2bcdd2c01f0727e9efdb18 (patch) | |
tree | 32c558a3d0e7b2ce10fae84d1ce61460138fe73c /shared/serial_parse.c | |
parent | 2a88cf72a211746f4da582850dc5d65ea7bfd4dc (diff) |
add semver parsing, more error codes and verify avr compilation compatibility
Diffstat (limited to 'shared/serial_parse.c')
-rw-r--r-- | shared/serial_parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/serial_parse.c b/shared/serial_parse.c index d755dc8..89c5809 100644 --- a/shared/serial_parse.c +++ b/shared/serial_parse.c @@ -1,4 +1,5 @@ #include <stdbool.h> +#include <string.h> #include "consts.h" #include "serial_parse.h" |