This commit is contained in:
rusefi 2019-04-20 23:55:23 -04:00
parent f3a6ce0769
commit 6ca7fd5927
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
#define _CHIBIOS_RT_CONF_ #define _CHIBIOS_RT_CONF_
#define _CHIBIOS_RT_CONF_VER_5_1_ #define _CHIBIOS_RT_CONF_VER_5_1_
#if !defined(_FROM_ASM_)
#include "obd_error_codes.h"
#endif /* _FROM_ASM_ */
#if !defined(EFI_CLOCK_LOCKS) || defined(__DOXYGEN__) #if !defined(EFI_CLOCK_LOCKS) || defined(__DOXYGEN__)
#define EFI_CLOCK_LOCKS FALSE #define EFI_CLOCK_LOCKS FALSE
#endif /* EFI_CLOCK_LOCKS */ #endif /* EFI_CLOCK_LOCKS */