Browse Source

Remove redundant definition of EN_C

Scott Lahteine 8 years ago
parent
commit
f418e82b15
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/ultralcd.h

+ 0
- 1
Marlin/ultralcd.h View File

@@ -73,7 +73,6 @@
73 73
     // Encoder click is directly connected
74 74
     #if BUTTON_EXISTS(ENC)
75 75
       #define BLEN_C 2
76
-      #define EN_C (_BV(BLEN_C))
77 76
     #endif
78 77
     #define EN_A (_BV(BLEN_A))
79 78
     #define EN_B (_BV(BLEN_B))

Loading…
Cancel
Save