From d76cc0242e45d6c1a6bfd9df305fde819469e826 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 15 Jan 2025 10:45:08 -0500 Subject: [PATCH] only:kin --- firmware/config/engines/mazda/mazda_miata_vvt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/config/engines/mazda/mazda_miata_vvt.cpp b/firmware/config/engines/mazda/mazda_miata_vvt.cpp index 37c14bce27..f7dd6ce5a0 100644 --- a/firmware/config/engines/mazda/mazda_miata_vvt.cpp +++ b/firmware/config/engines/mazda/mazda_miata_vvt.cpp @@ -92,7 +92,7 @@ static const uint8_t SCRIPT_TABLE_vvt_target[VVT_TABLE_SIZE][VVT_TABLE_SIZE] = { }; #endif -#if (FUEL_LOAD_COUNT == 16) && (FUEL_RPM_COUNT == 16) +#if (VE_RPM_COUNT == 16) && (VE_LOAD_COUNT == 16) const float mazda_miata_nb2_RpmBins[FUEL_RPM_COUNT] = {700.0, 820.0, 950.0, 1100.0, 1300.0, 1550.0, 1800.0, 2150.0, 2500.0, 3000.0, 3500.0, 4150.0,