This commit is contained in:
rusefi 2017-03-04 21:18:20 -05:00
parent daba9c9125
commit c2154bd307
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@
* set engine_type 48
* debug configuration to reproduce https://sourceforge.net/p/rusefi/tickets/319/
*
*
* set engine_type 50
* set engine_type 51
* debug configurations to reproduce https://github.com/rusefi/rusefi/issues/363
*
* @date Jan 12, 2014
* @author Andrey Belomutskiy, (c) 2012-2017
*/

View File

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