This commit is contained in:
rusefi 2017-03-07 01:37:07 -05:00
parent 058421cc7d
commit e25a94c78b
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@
* While engine running, fuel amount is an interpolated value from the fuel map by getRpm() and getEngineLoad()
* On top of the value from the fuel map we also apply
* <BR>1) getInjectorLag() correction to account for fuel injector lag
* <BR>2) getCltCorrection() for warm-up
* <BR>2) getCltFuelCorrection() for warm-up
* <BR>3) getIatCorrection() to account for cold weather
*
* getCrankingFuel() depents only on getCoolantTemperature()

View File

@ -12,8 +12,6 @@
#define MAX_LCD_WIDTH 20
#define TOTAL_OPTIONS 6
void initLcdController(void);
void updateHD44780lcd(Engine *engine);