LARGE_FLASH obsolete
This commit is contained in:
parent
f887719a40
commit
2038722c52
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#if !defined(__STM32F1__) && !defined(__STM32F4__)
|
||||
#error "Oops! Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu."
|
||||
#error "Oops! Make sure you have an STM32F1/4 board selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
/**
|
||||
@ -31,8 +31,6 @@
|
||||
#define DEFAULT_MACHINE_NAME "STM32F103RET6"
|
||||
#define BOARD_NAME "Marlin for STM32"
|
||||
|
||||
#define LARGE_FLASH true
|
||||
|
||||
// Enable I2C_EEPROM for testing
|
||||
#define I2C_EEPROM
|
||||
|
||||
|
@ -31,8 +31,6 @@
|
||||
#define DEFAULT_MACHINE_NAME "STM32F103RET6"
|
||||
#define BOARD_NAME "Chitu3d Marlin"
|
||||
|
||||
#define LARGE_FLASH true
|
||||
|
||||
// Enable I2C_EEPROM for testing
|
||||
//#define I2C_EEPROM
|
||||
|
||||
|
@ -31,8 +31,6 @@
|
||||
#define DEFAULT_MACHINE_NAME "STM3R Mini"
|
||||
#define BOARD_NAME "Marlin for STM32"
|
||||
|
||||
#define LARGE_FLASH true
|
||||
|
||||
// Enable I2C_EEPROM for testing
|
||||
#define I2C_EEPROM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user