From 3b2c2cf6b2af9e76b343a5a8fc8e9245f240690d Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 29 May 2022 16:27:29 +0200 Subject: serial parsing working on client --- robot/modes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/modes.c') diff --git a/robot/modes.c b/robot/modes.c index 9877f6e..55bb1d4 100644 --- a/robot/modes.c +++ b/robot/modes.c @@ -1,7 +1,7 @@ #include "modes.h" #include "../shared/protocol.h" #include "../shared/util.h" -#include "errcatch.h" +#include "../shared/errcatch.h" #include "sercomm.h" /** function pointer to current mode */ -- cgit v1.2.3