Skip to content

Commit

Permalink
removed file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Dec 12, 2023
1 parent d462175 commit 8b43b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OPTION(BOARD_MKS_TINYBEE_V1 "Compile for MKS Tinybee v1" OFF)
OPTION(BOARD_CNC3040 "Compile for CNC3040 controller" OFF)
OPTION(BOARD_ROOTCNC_V2 "Compile for RootCNC v2.x controller" OFF)
OPTION(BOARD_ROOTCNC_V3 "Compile for RootCNC v3 controller" OFF)
OPTION(BOARD_CNC_BOOSTERPACK "Compile for CNC BoosterPack" OFF)
OPTION(BOARD_CNC_BOOSTERPACK "Compile for CNC BoosterPack" ON)
OPTION(BOARD_MY_MACHINE "Compile for my_machine_map.h" OFF)

OPTION(X_AXIS_GANGED "Compile with ganged X axis" OFF)
Expand Down Expand Up @@ -223,7 +223,6 @@ set(SRCS
i2c.c
ioexpand.c
i2s_out.c
blox.c
BlackBoxX32.c
networking/strutils.c
grbl/grbllib.c
Expand Down

0 comments on commit 8b43b5d

Please sign in to comment.