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;