This commit is contained in:
rusefi 2017-02-20 14:58:46 -05:00
parent 28bcd995ee
commit f38cdfcf0d
3 changed files with 886 additions and 868 deletions

File diff suppressed because it is too large Load Diff

View File

@ -249,5 +249,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0) if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array return 3211; // this is here to make the compiler happy about the unused array
return 20170218; return 20170220;
} }

View File

@ -1,5 +1,4 @@
// This file was generated by Version2Header // This file was generated by Version2Header
// Sat Feb 18 17:30:53 EST 2017 #ifndef SVN_VERSION
#ifndef VCS_VERSION #define SVN_VERSION 2922
#define VCS_VERSION "11558" #endif
#endif