summaryrefslogtreecommitdiff
path: root/robot/setup.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-26 12:42:34 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-26 12:42:34 +0200
commitf353e78916a57fe21084fe34fd80c13ae4844d32 (patch)
tree392a8d6bfccad7beb70e253ad7c1786934d5657b /robot/setup.c
parent54b69efe150e1a102faafb4e214159c92abbb841 (diff)
implement info command
Diffstat (limited to 'robot/setup.c')
-rw-r--r--robot/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/setup.c b/robot/setup.c
index f8468bf..d075c41 100644
--- a/robot/setup.c
+++ b/robot/setup.c
@@ -29,6 +29,9 @@ void w2_setup_main() {
serial_set_baud_rate(W2_SERIAL_BAUD);
serial_receive_ring(g_w2_serial_buffer, W2_SERIAL_READ_BUFFER_SIZE);
+ // reset timer
+ time_reset();
+
// indicate startup done
play("L50 c>c");
}