Skip to content
Snippets Groups Projects
Commit bd0967ad authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix BTN_BACK

Followup to #9835
parent d9a98b58
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment