aboutsummaryrefslogtreecommitdiff
path: root/robot/io.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-27 11:40:05 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-27 11:40:05 +0200
commit3bbe41a04b6053a3a3a902384850cfcbd38b0686 (patch)
tree1385ae4d9ee438a888e1abf4e4e6ac1d6e1801f5 /robot/io.h
parentbfa494588da0def96c42577e284c6d8990eb31f2 (diff)
move things around and add todo's to robot readme
Diffstat (limited to 'robot/io.h')
-rw-r--r--robot/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/io.h b/robot/io.h
index be0e9b9..64ce293 100644
--- a/robot/io.h
+++ b/robot/io.h
@@ -2,7 +2,7 @@
/** @file io.h */
-#include "../shared/protocol.h"
+#include "../shared/io.h"
/** @brief i/o module main */
void w2_io_main();