aboutsummaryrefslogtreecommitdiff
path: root/robot/errcatch.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-24 21:56:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-24 21:56:59 +0200
commit937a3a736aaf2c468c8c8e8dbc7963a87eae890f (patch)
treedb8d9a717727b907c77c24aff98ed90c82ccb22a /robot/errcatch.h
parentede8a89706209fa26e151a34a28e64affbffd23d (diff)
move some code to a shared folder
Diffstat (limited to 'robot/errcatch.h')
-rw-r--r--robot/errcatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/errcatch.h b/robot/errcatch.h
index f0e25d9..1e273bd 100644
--- a/robot/errcatch.h
+++ b/robot/errcatch.h
@@ -2,7 +2,7 @@
#include <stdint.h>
-#include "consts.h"
+#include "../shared/consts.h"
#define W2_E_TYPE_MASK (0b11 << 6)