diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-27 13:58:12 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-27 13:58:12 +0200 |
commit | 5882adbf21363e63b1069f6321ca7c08d1fa9b41 (patch) | |
tree | d4753e0b33cf50fe4270d7fa174b3f20c4b5f5a1 /robot/setup.c | |
parent | 31daa9db97a0d0e094c20ac8f3891d3633610039 (diff) |
implement SRES
Diffstat (limited to 'robot/setup.c')
-rw-r--r-- | robot/setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/setup.c b/robot/setup.c index 2c426a3..95b201e 100644 --- a/robot/setup.c +++ b/robot/setup.c @@ -28,7 +28,8 @@ void w2_setup_main() { time_reset(); // set default mode - w2_modes_swap(W2_M_HALT); + w2_modes_swap(W2_M_MAZE); + w2_modes_call(W2_M_HALT); // indicate startup done play("L50 c>c"); |