Composite test followup

See ab2b98e425
This commit is contained in:
Scott Lahteine 2020-04-23 22:46:45 -05:00
parent e11a806460
commit 2efbca5535

View File

@ -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
);