ソースを参照

Fix FTDI EVE Touch UI typo (#17985)

thisiskeithb 4年前
コミット
21bfb94357
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/tune_menu.cpp

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/tune_menu.cpp ファイルの表示

@@ -57,7 +57,7 @@ void TuneMenu::onRedraw(draw_mode_t what) {
57 57
     #define PAUSE_POS       BTN_POS(1,3), BTN_SIZE(1,1)
58 58
     #define STOP_POS        BTN_POS(2,3), BTN_SIZE(1,1)
59 59
     #define FILAMENT_POS    BTN_POS(1,4), BTN_SIZE(1,1)
60
-    #defome BACK_POS        BTN_POS(2,4), BTN_SIZE(1,1)
60
+    #define BACK_POS        BTN_POS(2,4), BTN_SIZE(1,1)
61 61
   #endif
62 62
 
63 63
   if (what & FOREGROUND) {

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