Browse Source

Fix FTDI EVE Touch UI typo (#17985)

thisiskeithb 5 years ago
parent
commit
21bfb94357
No account linked to committer's email address

+ 1
- 1
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/tune_menu.cpp View File

57
     #define PAUSE_POS       BTN_POS(1,3), BTN_SIZE(1,1)
57
     #define PAUSE_POS       BTN_POS(1,3), BTN_SIZE(1,1)
58
     #define STOP_POS        BTN_POS(2,3), BTN_SIZE(1,1)
58
     #define STOP_POS        BTN_POS(2,3), BTN_SIZE(1,1)
59
     #define FILAMENT_POS    BTN_POS(1,4), BTN_SIZE(1,1)
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
   #endif
61
   #endif
62
 
62
 
63
   if (what & FOREGROUND) {
63
   if (what & FOREGROUND) {

Loading…
Cancel
Save