From 25972971116098e98e8d9d75b929d9b1ef2adde8 Mon Sep 17 00:00:00 2001 From: micromouseonline Date: Sat, 7 Oct 2023 20:27:34 +0100 Subject: [PATCH] select ore osmium robot --- mazerunner-core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mazerunner-core/config.h b/mazerunner-core/config.h index b41e33e..af09dc0 100644 --- a/mazerunner-core/config.h +++ b/mazerunner-core/config.h @@ -112,7 +112,7 @@ const float HALF_CELL = FULL_CELL / 2.0; #define ROBOT_CORE_OSMIUM 1 #define ROBOT_ORION 2 -#define ROBOT ROBOT_ORION +#define ROBOT ROBOT_CORE_OSMIUM #if ROBOT == ROBOT_CORE_OSMIUM #include "config-robot-osmium.h"