todo
This commit is contained in:
parent
9fd45aea19
commit
3dbecfc2f0
|
@ -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 */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue