rusefi/firmware/config/engines/hyundai_pb_canned.cpp

13 lines
401 B
C++

#include "hyundai_pb_canned_tables.cpp"
void cannedPbTables() {
#if (IGN_LOAD_COUNT == DEFAULT_IGN_LOAD_COUNT) && (IGN_RPM_COUNT == DEFAULT_IGN_RPM_COUNT) && (FUEL_LOAD_COUNT == DEFAULT_FUEL_LOAD_COUNT) && (FUEL_RPM_COUNT == DEFAULT_FUEL_LOAD_COUNT)
pbcannedvvtTable1();
pbcannedvvtTable2();
pbcannedignitionTable();
pbcannedveTable();
pbcannedinjectionPhase();
pbcannedlambdaTable();
#endif
}