From 0a28bb20dc7e507f9edaed2244056831ba0f5427 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 10 May 2019 21:09:01 -0400 Subject: [PATCH] useTPSBasedVeTable logic has issues and needs a unit test #799 --- firmware/util/containers/table_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/util/containers/table_helper.h b/firmware/util/containers/table_helper.h index 8740506cdb..edd2a1b32e 100644 --- a/firmware/util/containers/table_helper.h +++ b/firmware/util/containers/table_helper.h @@ -145,7 +145,7 @@ void copy2DTable(const vType source[LOAD_BIN_SIZE][RPM_BIN_SIZE], vType destinat typedef Map3D afr_Map3D_t; typedef Map3D ign_Map3D_t; -typedef Map3D ign_tps_Map3D_t; +typedef Map3D ign_tps_Map3D_t; typedef Map3D fuel_Map3D_t; typedef Map3D baroCorr_Map3D_t;