Browse Source

Fix syntax error in front of `tmc_axes`

Scott Lahteine 6 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
         #endif
256
         #endif
257
       #endif
257
       #endif
258
     #endif
258
     #endif
259
+  ;
259
 
260
 
260
   static const char* const tmc_axes[] PROGMEM = {
261
   static const char* const tmc_axes[] PROGMEM = {
261
     ext_X, ext_Y, ext_Z
262
     ext_X, ext_Y, ext_Z

Loading…
Cancel
Save