Browse Source

Fix FTDI EVE Touch UI typo (#17985)

thisiskeithb 4 years ago
parent
commit
21bfb94357
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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) {

Loading…
Cancel
Save