浏览代码

Fix syntax error in front of `tmc_axes`

Scott Lahteine 6 年前
父节点
当前提交
115abf9c53
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/feature/tmc_util.cpp

+ 1
- 0
Marlin/src/feature/tmc_util.cpp 查看文件

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

正在加载...
取消
保存