Browse Source

Fix BTN_BACK

Followup to #9835
pull/1/head
Scott Lahteine 6 years ago
parent
commit
bd0967ad87
  1. 2
      Marlin/src/lcd/ultralcd.h

2
Marlin/src/lcd/ultralcd.h

@ -121,7 +121,7 @@
#if BUTTON_EXISTS(BACK)
#define BLEN_D 3
#define EN_D BIT(BLEN_D)
#define EN_D _BV(BLEN_D)
#define LCD_BACK_CLICKED (buttons & EN_D)
#endif

Loading…
Cancel
Save