Browse Source

LARGE_FLASH obsolete

Scott Lahteine 6 years ago
parent
commit
2038722c52

+ 1
- 3
Marlin/src/pins/pins_BEAST.h View File

21
  */
21
  */
22
 
22
 
23
 #if !defined(__STM32F1__) && !defined(__STM32F4__)
23
 #if !defined(__STM32F1__) && !defined(__STM32F4__)
24
-    #error "Oops!  Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu."
24
+  #error "Oops!  Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu."
25
 #endif
25
 #endif
26
 
26
 
27
 /**
27
 /**
31
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
31
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
32
 #define BOARD_NAME "Marlin for STM32"
32
 #define BOARD_NAME "Marlin for STM32"
33
 
33
 
34
-#define LARGE_FLASH true
35
-
36
 // Enable I2C_EEPROM for testing
34
 // Enable I2C_EEPROM for testing
37
 #define I2C_EEPROM
35
 #define I2C_EEPROM
38
 
36
 

+ 0
- 2
Marlin/src/pins/pins_CHITU3D.h View File

31
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
31
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
32
 #define BOARD_NAME "Chitu3d Marlin"
32
 #define BOARD_NAME "Chitu3d Marlin"
33
 
33
 
34
-#define LARGE_FLASH true
35
-
36
 // Enable I2C_EEPROM for testing
34
 // Enable I2C_EEPROM for testing
37
 //#define I2C_EEPROM
35
 //#define I2C_EEPROM
38
 
36
 

+ 0
- 2
Marlin/src/pins/pins_STM3R_MINI.h View File

31
 #define DEFAULT_MACHINE_NAME "STM3R Mini"
31
 #define DEFAULT_MACHINE_NAME "STM3R Mini"
32
 #define BOARD_NAME "Marlin for STM32"
32
 #define BOARD_NAME "Marlin for STM32"
33
 
33
 
34
-#define LARGE_FLASH true
35
-
36
 // Enable I2C_EEPROM for testing
34
 // Enable I2C_EEPROM for testing
37
 #define I2C_EEPROM
35
 #define I2C_EEPROM
38
 
36
 

Loading…
Cancel
Save