diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-14 00:49:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-14 00:49:58 +0200 |
commit | d9df6e65017e9f4409b33a13e4aa62f37e685946 (patch) | |
tree | f672c3b3ea4c97b83a955bf628fc0d9d60cdd144 /robot/setup.c | |
parent | 3f90c242ff00cc2a8ec26486c1d22bb0e3de0114 (diff) |
error handling done + better simulation / debug messaging
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/setup.c b/robot/setup.c index 1174570..c74cca9 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -1,9 +1,9 @@ #include <stdlib.h> -#include "orangutan_shim.h" #include "consts.h" #include "halt.h" #include "modes.h" +#include "orangutan_shim.h" #include "setup.h" void w2_setup_main() { |