parent
c5fd486e91
commit
8af3c04e7d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
|
|
||||||
#if BUTTON_EXISTS(BACK)
|
#if BUTTON_EXISTS(BACK)
|
||||||
#define BLEN_D 3
|
#define BLEN_D 3
|
||||||
#define EN_D BIT(BLEN_D)
|
#define EN_D _BV(BLEN_D)
|
||||||
#define LCD_BACK_CLICKED (buttons & EN_D)
|
#define LCD_BACK_CLICKED (buttons & EN_D)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue