Browse Source

tmc_util fix part 2

Followup to 115abf9
Scott Lahteine 6 years ago
parent
commit
65045ba54b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/tmc_util.cpp

+ 1
- 1
Marlin/src/feature/tmc_util.cpp View File

225
 #endif // MONITOR_DRIVER_STATUS
225
 #endif // MONITOR_DRIVER_STATUS
226
 
226
 
227
 void _tmc_say_axis(const TMC_AxisEnum axis) {
227
 void _tmc_say_axis(const TMC_AxisEnum axis) {
228
-  static const char ext_X[] PROGMEM = "X", ext_Y[] PROGMEM = "Y", ext_Z[] PROGMEM = "Z",
228
+  static const char ext_X[] PROGMEM = "X", ext_Y[] PROGMEM = "Y", ext_Z[] PROGMEM = "Z"
229
     #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(X_DUAL_STEPPER_DRIVERS)
229
     #if ENABLED(DUAL_X_CARRIAGE) || ENABLED(X_DUAL_STEPPER_DRIVERS)
230
       , ext_X2[] PROGMEM = "X2"
230
       , ext_X2[] PROGMEM = "X2"
231
     #endif
231
     #endif

Loading…
Cancel
Save