Support 512K "RCT6" in BTT SKR Mini (#15890)
This commit is contained in:
committed by
Scott Lahteine
parent
aa93e1f21a
commit
0f57818f2d
@ -51,6 +51,14 @@
|
||||
// Defines
|
||||
// ------------------------
|
||||
|
||||
#ifndef STM32_FLASH_SIZE
|
||||
#ifdef MCU_STM32F103RE
|
||||
#define STM32_FLASH_SIZE 512
|
||||
#else
|
||||
#define STM32_FLASH_SIZE 256
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SERIAL_USB
|
||||
#ifndef USE_USB_COMPOSITE
|
||||
#define UsbSerial Serial
|
||||
|
Reference in New Issue
Block a user