Browse Source

LARGE_FLASH obsolete

Scott Lahteine 6 years ago
parent
commit
2038722c52

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

@@ -21,7 +21,7 @@
21 21
  */
22 22
 
23 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 25
 #endif
26 26
 
27 27
 /**
@@ -31,8 +31,6 @@
31 31
 #define DEFAULT_MACHINE_NAME "STM32F103RET6"
32 32
 #define BOARD_NAME "Marlin for STM32"
33 33
 
34
-#define LARGE_FLASH true
35
-
36 34
 // Enable I2C_EEPROM for testing
37 35
 #define I2C_EEPROM
38 36
 

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

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

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

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

Loading…
Cancel
Save