docs #363
This commit is contained in:
parent
fe5db79edb
commit
003281746d
|
@ -18,6 +18,11 @@
|
||||||
* set engine_type 48
|
* set engine_type 48
|
||||||
* debug configuration to reproduce https://sourceforge.net/p/rusefi/tickets/319/
|
* 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
|
* @date Jan 12, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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 20170301;
|
return 20170304;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue