auto-sync

This commit is contained in:
rusEfi 2016-07-01 18:03:23 -04:00
parent 6a9e36975f
commit 6f1b86e876
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ INCDIR = . \
#MCU = cortex-m4
ifeq ($(OS),Windows_NT)
TRGT = i686-pc-mingw32-
TRGT = i686-w64-mingw32-
else
TRGT =
endif

View File

@ -27,7 +27,7 @@ void testMafFuelMath(void) {
engineConfiguration->algorithm = LM_REAL_MAF;
engineConfiguration->injector.flow = 200;
setMap(config->afrTable, 13);
setAfrMap(config->afrTable, 13);
float fuelMs = getRealMafFuel(300, 6000 PASS_ENGINE_PARAMETER);
assertEquals(26.7099, fuelMs);