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

Remove redundant definition of EN_C

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