15 lines
319 B
C++
15 lines
319 B
C++
/*
|
|
* mazda_miata_base_maps.cpp
|
|
*
|
|
* Created on: Dec 31, 2018
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
//const float ve16RpmBins[FUEL_RPM_COUNT] = {
|
|
//650.0,1100.0,1550.0,2000.0,
|
|
//2450.0,2900.0,3350.0,3800.0,
|
|
//4250.0,4700.0,5150.0,5650.0,
|
|
//6100.0,6550.0,7000.0,7450.0};
|