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/protocol.h | |
parent | 2a88cf72a211746f4da582850dc5d65ea7bfd4dc (diff) |
add semver parsing, more error codes and verify avr compilation compatibility
Diffstat (limited to 'shared/protocol.h')
-rw-r--r-- | shared/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/protocol.h b/shared/protocol.h index 875bb16..057f67d 100644 --- a/shared/protocol.h +++ b/shared/protocol.h @@ -1,6 +1,5 @@ #pragma once -#include <memory.h> #include <stdint.h> #include <stdlib.h> |