Skip to content

Commit

Permalink
select ore osmium robot
Browse files Browse the repository at this point in the history
  • Loading branch information
micromouseonline committed Oct 7, 2023
1 parent 5a305ec commit 2597297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mazerunner-core/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2597297

Please sign in to comment.