File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ set(SRCS
34
34
grbl/machine_limits.c
35
35
grbl/messages.c
36
36
grbl/modbus.c
37
+ grbl/modbus_rtu.c
37
38
grbl/motion_control.c
38
39
grbl/nuts_bolts.c
39
40
grbl/override.c
@@ -117,10 +118,6 @@ set(BLUETOOTH_SOURCE
117
118
bluetooth.c
118
119
)
119
120
120
- set (MODBUS_SOURCE
121
- spindle/modbus_rtu.c
122
- )
123
-
124
121
set (SPINDLE_SOURCE
125
122
spindle/select.c
126
123
spindle/onoff.c
@@ -252,7 +249,6 @@ list (APPEND SRCS ${TRINAMIC_UART_SOURCE})
252
249
list (APPEND SRCS ${WEBUI_SOURCE} )
253
250
list (APPEND SRCS ${SDCARD_SOURCE} )
254
251
list (APPEND SRCS ${BLUETOOTH_SOURCE} )
255
- list (APPEND SRCS ${MODBUS_SOURCE} )
256
252
list (APPEND SRCS ${SPINDLE_SOURCE} )
257
253
list (APPEND SRCS ${EEPROM_SOURCE} )
258
254
list (APPEND SRCS ${LASER_SOURCE} )
You can’t perform that action at this time.
0 commit comments