todo: bug, at the moment we report 1MB on dual-bank F7

This commit is contained in:
rusefi 2021-10-08 00:33:04 -04:00
parent d489fdbbd1
commit bb6bd61ecd
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ static void sayHello(void) {
firmwareError(OBD_PCM_Processor_Fault, "rusEFI expected at least %dK of flash", MIN_FLASH_SIZE);
}
efiPrintf("MCU rev=%x size=%d", mcuRevision, flashSize);
// todo: bug, at the moment we report 1MB on dual-bank F7
efiPrintf("MCU rev=%x flashSize=%d", mcuRevision, flashSize);
#endif