Skip to content

Commit

Permalink
chore: Set machine to AW L
Browse files Browse the repository at this point in the history
  • Loading branch information
deeegee committed Dec 6, 2023
1 parent a5c3cbb commit 8837988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libs/machine_mapping/inc/map_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
#define MACHINE_AX5101_TEST 0
#define MACHINE_AW_J17 0
#define MACHINE_AW_ROBOT_S 0
#define MACHINE_AW_ROBOT_L2 1
#define MACHINE_AW_ROBOT_L 0
#define MACHINE_AW_ROBOT_L2 0
#define MACHINE_AW_ROBOT_L 1
#define MACHINE_VIRTUAL 0
#define MACHINE_J17_PLUS_VIRTUAL 0
#define MACHINE_AW_STEWART 0
Expand Down Expand Up @@ -177,7 +177,9 @@ extern const char *map_machine_type_strings[MAP_NUM_MACHINES];
#endif

#if MACHINE_AW_ROBOT_L == 1

#include "machine_aw_robot_l.h"

#endif

#if MACHINE_VIRTUAL == 1
Expand Down

0 comments on commit 8837988

Please sign in to comment.