summaryrefslogtreecommitdiff
path: root/robot/calibration.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-09 17:17:53 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-09 17:17:53 +0200
commit32237bc52d1dd69d60dda75ddc29bb31ce165c83 (patch)
treeaff899e8b09f7a1b66e06eb4769548ca12169557 /robot/calibration.h
parentbe84308e01ecc9e8de2997ab030420b401e06596 (diff)
implement setup and hypervisor
Diffstat (limited to 'robot/calibration.h')
-rw-r--r--robot/calibration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/calibration.h b/robot/calibration.h
index 13b80b9..5c1af38 100644
--- a/robot/calibration.h
+++ b/robot/calibration.h
@@ -6,4 +6,4 @@
* turns robot on its own axis 360 degress, and aligns the front sensors with
* the line if found, else triggers halt mode (emergency)
*/
-void w2_mode_calb_main();
+void w2_mode_calb();