Fix FTDI EVE Touch UI typo (#17985)

This commit is contained in:
thisiskeithb 2020-05-13 12:22:41 -07:00 committed by GitHub
parent 6d92f56582
commit 21bfb94357
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

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