Browse Source

LARGE_FLASH obsolete

pull/1/head
Scott Lahteine 7 years ago
parent
commit
2038722c52
  1. 4
      Marlin/src/pins/pins_BEAST.h
  2. 2
      Marlin/src/pins/pins_CHITU3D.h
  3. 2
      Marlin/src/pins/pins_STM3R_MINI.h

4
Marlin/src/pins/pins_BEAST.h

@ -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

2
Marlin/src/pins/pins_CHITU3D.h

@ -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

2
Marlin/src/pins/pins_STM3R_MINI.h

@ -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…
Cancel
Save