This commit is contained in:
rusefi 2019-01-05 08:43:41 -05:00
parent 7697ecb46d
commit 0701550a7b
1 changed files with 2 additions and 2 deletions

View File

@ -761,7 +761,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
#endif /* EFI_PROD_CODE */ #endif /* EFI_PROD_CODE */
} }
static char UNUSED_RAM_SIZE[7000]; static char UNUSED_RAM_SIZE[10000];
static char UNUSED_CCM_SIZE[7000] CCM_OPTIONAL; static char UNUSED_CCM_SIZE[7000] CCM_OPTIONAL;
@ -778,5 +778,5 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0) if (initBootloader() != 0)
return 123; return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */ #endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20181223; return 20190105;
} }