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 ea16d71a60
commit 360ce2d0c6
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