Browse Source

need to add E2END to pins_RAMPS_FD_V2.h (#11564)

Scott Alfter 7 years ago
parent
commit
b5537dde7f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/pins/pins_RAMPS_FD_V2.h

+ 1
- 0
Marlin/src/pins/pins_RAMPS_FD_V2.h View File

36
 #undef INVERTED_FAN_PINS
36
 #undef INVERTED_FAN_PINS
37
 
37
 
38
 #define I2C_EEPROM
38
 #define I2C_EEPROM
39
+#define E2END 0xFFFF // 64K in a 24C512
39
 
40
 
40
 #ifndef PS_ON_PIN
41
 #ifndef PS_ON_PIN
41
   #define PS_ON_PIN        12
42
   #define PS_ON_PIN        12

Loading…
Cancel
Save