rusefi-1/firmware/config/engines/mazda_miata_nb.h

16 lines
280 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file mazda_miata_nb.h
*
* @date Feb 18, 2014
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef MAZDA_MIATA_NB_H_
#define MAZDA_MIATA_NB_H_
#include "engine.h"
void setMazdaMiataNbEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
#endif /* MAZDA_MIATA_NB_H_ */