diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-06 21:41:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-06 21:41:50 +0200 |
commit | 9256315371ad5a67eaee80cf7453d2885a59f5c3 (patch) | |
tree | 747b9be72b8f4fff35f1b8bbd226bd7b73fbd915 /client/setup.c | |
parent | fc9d08ad9f33d72625cc436ba3e5b3780e40c12c (diff) |
`make format` and send info on robot startup
Diffstat (limited to 'client/setup.c')
-rw-r--r-- | client/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/setup.c b/client/setup.c index 0f2b0f7..e51965f 100644 --- a/client/setup.c +++ b/client/setup.c @@ -10,8 +10,6 @@ #include "strings.h" #include "ui.h" -#include "errcatch.h" - // pointers for endianness check static const uint16_t _test = 1; static const uint8_t *_ptest = (uint8_t *)&_test; |