ソースを参照

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,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

読み込み中…
キャンセル
保存