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
     // Encoder click is directly connected
73
     // Encoder click is directly connected
74
     #if BUTTON_EXISTS(ENC)
74
     #if BUTTON_EXISTS(ENC)
75
       #define BLEN_C 2
75
       #define BLEN_C 2
76
-      #define EN_C (_BV(BLEN_C))
77
     #endif
76
     #endif
78
     #define EN_A (_BV(BLEN_A))
77
     #define EN_A (_BV(BLEN_A))
79
     #define EN_B (_BV(BLEN_B))
78
     #define EN_B (_BV(BLEN_B))

Loading…
Cancel
Save