specific PN F7 boards bricking on incremental flash due to ST bug #3566

let me try
This commit is contained in:
rusefillc 2023-01-11 11:43:11 -05:00
parent 79c39891c7
commit 3862430aa3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
*/
/* TODO: 512k flash limit is a mitigation for https://github.com/rusefi/rusefi/issues/3566 and https://github.com/rusefi/rusefi/issues/3775 */
flash_size = DEFINED(FLASH_SIZE) ? FLASH_SIZE : 512k;
flash_size = DEFINED(FLASH_SIZE) ? FLASH_SIZE : 768k;
/* OpenBLT <-> main FW shared area */
_OpenBLT_Shared_Params_Size = DEFINED(BOOTLOADER) ? 16 : 0;