diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
commit | 32237bc52d1dd69d60dda75ddc29bb31ce165c83 (patch) | |
tree | aff899e8b09f7a1b66e06eb4769548ca12169557 /robot/maze.h | |
parent | be84308e01ecc9e8de2997ab030420b401e06596 (diff) |
implement setup and hypervisor
Diffstat (limited to 'robot/maze.h')
-rw-r--r-- | robot/maze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/maze.h b/robot/maze.h index 640bf9c..9fbeb8c 100644 --- a/robot/maze.h +++ b/robot/maze.h @@ -5,4 +5,4 @@ * * finds route out of maze */ -void w2_mode_maze_main(); +void w2_mode_maze(); |