diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-27 11:40:05 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-27 11:40:05 +0200 |
commit | 3bbe41a04b6053a3a3a902384850cfcbd38b0686 (patch) | |
tree | 1385ae4d9ee438a888e1abf4e4e6ac1d6e1801f5 /robot/io.h | |
parent | bfa494588da0def96c42577e284c6d8990eb31f2 (diff) |
move things around and add todo's to robot readme
Diffstat (limited to 'robot/io.h')
-rw-r--r-- | robot/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ /** @file io.h */ -#include "../shared/protocol.h" +#include "../shared/io.h" /** @brief i/o module main */ void w2_io_main(); |