Browse Source

Fix ZoneStar LCD 2004 buttons (#20489)

ellensp 4 years ago
parent
commit
31337826a3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/marlinui.cpp

+ 1
- 1
Marlin/src/lcd/marlinui.cpp View File

923
 
923
 
924
       TERN_(HAS_SLOW_BUTTONS, slow_buttons = read_slow_buttons()); // Buttons that take too long to read in interrupt context
924
       TERN_(HAS_SLOW_BUTTONS, slow_buttons = read_slow_buttons()); // Buttons that take too long to read in interrupt context
925
 
925
 
926
-      if (TERN0(REPRAPWORLD_KEYPAD, handle_keypad()))
926
+      if (TERN0(IS_RRW_KEYPAD, handle_keypad()))
927
         RESET_STATUS_TIMEOUT();
927
         RESET_STATUS_TIMEOUT();
928
 
928
 
929
       uint8_t abs_diff = ABS(encoderDiff);
929
       uint8_t abs_diff = ABS(encoderDiff);

Loading…
Cancel
Save