ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/marlinui.cpp
|
@ -923,7 +923,7 @@ void MarlinUI::update() { |
|
|
|
|
|
|
|
|
TERN_(HAS_SLOW_BUTTONS, slow_buttons = read_slow_buttons()); // Buttons that take too long to read in interrupt context
|
|
|
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(); |
|
|
RESET_STATUS_TIMEOUT(); |
|
|
|
|
|
|
|
|
uint8_t abs_diff = ABS(encoderDiff); |
|
|
uint8_t abs_diff = ABS(encoderDiff); |
|
|