diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 18:37:54 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 18:37:54 +0200 |
commit | 515ea1b4db5528a08deed32463f77cd03a7f7139 (patch) | |
tree | dae066d2dc8c895c7997e5191686bf4642c4db9d /robot/io.c | |
parent | e4b0a76f56e290b7b052b4d5dad7ebb710f12c98 (diff) |
finish merge of io module
Diffstat (limited to 'robot/io.c')
-rw-r--r-- | robot/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,4 +27,3 @@ void w2_io_main() { print(g_w2_io.lcd.text); }; -void w2_io_init() { w2_modes_call(W2_M_SCAL); } |