auto-sync
This commit is contained in:
parent
6a9e36975f
commit
6f1b86e876
|
@ -156,7 +156,7 @@ INCDIR = . \
|
|||
#MCU = cortex-m4
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
TRGT = i686-pc-mingw32-
|
||||
TRGT = i686-w64-mingw32-
|
||||
else
|
||||
TRGT =
|
||||
endif
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue