auto-sync
This commit is contained in:
parent
8442877a6d
commit
6207d10937
|
@ -468,6 +468,9 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
afr_sensor_s afrSensor;
|
afr_sensor_s afrSensor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* this is about deciding when the injector starts it's squirt
|
||||||
|
*/
|
||||||
float injectionOffset;
|
float injectionOffset;
|
||||||
|
|
||||||
float crankingTimingAngle;
|
float crankingTimingAngle;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file malfunction_indicator.c
|
* @file malfunction_indicator.cpp
|
||||||
* @brief We can blink out OBD-II error codes using Malfunction Indicator Light (MIL)
|
* @brief We can blink out OBD-II error codes using Malfunction Indicator Light (MIL)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue