Skip to content

Commit

Permalink
Fix ZoneStar LCD 2004 buttons (MarlinFirmware#20489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and zillarob committed Feb 25, 2021
1 parent 925f6a0 commit 8b485d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ void MarlinUI::update() {

TERN_(HAS_SLOW_BUTTONS, slow_buttons = read_slow_buttons()); // Buttons that take too long to read in interrupt context

if (TERN0(REPRAPWORLD_KEYPAD, handle_keypad()))
if (TERN0(IS_RRW_KEYPAD, handle_keypad()))
RESET_STATUS_TIMEOUT();

uint8_t abs_diff = ABS(encoderDiff);
Expand Down

0 comments on commit 8b485d1

Please sign in to comment.