aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_grid.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-08 15:38:21 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-08 15:38:21 +0200
commite25bf2921965ce642877c760310fced1a7ca7355 (patch)
treedeceaa4bfb5a2ba2985daccfff5a091011b89de0 /robot/mode_grid.h
parent867a54109c1bf25617fa46fd4c776db10d56fa8d (diff)
last few touches for assessment
Diffstat (limited to 'robot/mode_grid.h')
-rw-r--r--robot/mode_grid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/robot/mode_grid.h b/robot/mode_grid.h
index 2df0d33..408a8ff 100644
--- a/robot/mode_grid.h
+++ b/robot/mode_grid.h
@@ -22,4 +22,6 @@ typedef struct {
int y;
} w2_s_grid_coordinate;
-extern w2_s_grid_coordinate g_w2_order[4];
+extern w2_s_grid_coordinate g_w2_order[16];
+extern unsigned int g_w2_order_index;
+