Remove redundant definition of EN_C
This commit is contained in:
parent
9c108aea18
commit
f418e82b15
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@
|
|||
// Encoder click is directly connected
|
||||
#if BUTTON_EXISTS(ENC)
|
||||
#define BLEN_C 2
|
||||
#define EN_C (_BV(BLEN_C))
|
||||
#endif
|
||||
#define EN_A (_BV(BLEN_A))
|
||||
#define EN_B (_BV(BLEN_B))
|
||||
|
|
Reference in a new issue