mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-17 23:18:34 +00:00
parent
e11a806460
commit
2efbca5535
1 changed files with 1 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ void MarlinUI::update() {
|
|||
| slow_buttons
|
||||
#endif
|
||||
#if BOTH(TOUCH_BUTTONS, HAS_ENCODER_ACTION)
|
||||
| (touch_buttons & TERN_(HAS_ENCODER_WHEEL, & ~(EN_A | EN_B)))
|
||||
| (touch_buttons & TERN(HAS_ENCODER_WHEEL, ~(EN_A | EN_B), 0xFF))
|
||||
#endif
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue