This commit is contained in:
rusefi 2019-01-05 08:43:41 -05:00
parent 2158cd75eb
commit 7c651df599
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 */
}
static char UNUSED_RAM_SIZE[7000];
static char UNUSED_RAM_SIZE[10000];
static char UNUSED_CCM_SIZE[7000] CCM_OPTIONAL;
@ -778,5 +778,5 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20181223;
return 20190105;
}