This commit is contained in:
rusefi 2019-11-13 22:02:13 -05:00
parent 9fd45aea19
commit 3dbecfc2f0
2 changed files with 3 additions and 1 deletions

View File

@ -839,6 +839,6 @@ int getRusEfiVersion(void) {
if (initBootloader() != 0)
return 123;
#endif /* EFI_BOOTLOADER_INCLUDE_CODE */
return 20191110;
return 20191112;
}
#endif /* EFI_UNIT_TEST */

View File

@ -17,6 +17,8 @@
// todo: remove this from here and rely on os_access.h. unfortunately hal.h includes ch.h :(
#include <hal.h>
// *** IMPORTANT *** from painful experience we know that common_headers.h has to be included AFTER hal.h
// *** https://github.com/rusefi/rusefi/issues/1007 ***
#include "common_headers.h"
// this is about MISRA not liking 'time.h'. todo: figure out something