auto-sync

This commit is contained in:
rusEfi 2014-12-28 20:03:35 -06:00
parent 8442877a6d
commit 6207d10937
2 changed files with 4 additions and 1 deletions

View File

@ -468,6 +468,9 @@ typedef struct {
*/
afr_sensor_s afrSensor;
/**
* this is about deciding when the injector starts it's squirt
*/
float injectionOffset;
float crankingTimingAngle;

View File

@ -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)
*
*