diff options
Diffstat (limited to 'robot/modes.c')
-rw-r--r-- | robot/modes.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/robot/modes.c b/robot/modes.c index 8d3a099..9877f6e 100644 --- a/robot/modes.c +++ b/robot/modes.c @@ -1,8 +1,7 @@ -#include <stdbool.h> - +#include "modes.h" +#include "../shared/protocol.h" #include "../shared/util.h" #include "errcatch.h" -#include "modes.h" #include "sercomm.h" /** function pointer to current mode */ |