Browse Source

Fix syntax error in front of `tmc_axes`

Scott Lahteine 5 years ago
parent
commit
115abf9c53
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/feature/tmc_util.cpp

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

@@ -256,6 +256,7 @@ void _tmc_say_axis(const TMC_AxisEnum axis) {
256 256
         #endif
257 257
       #endif
258 258
     #endif
259
+  ;
259 260
 
260 261
   static const char* const tmc_axes[] PROGMEM = {
261 262
     ext_X, ext_Y, ext_Z

Loading…
Cancel
Save