16 lines
306 B
C
16 lines
306 B
C
/**
|
|
* @file mazda_miata_nb.h
|
|
*
|
|
* @date Feb 18, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#ifndef MAZDA_MIATA_NB1_H_
|
|
#define MAZDA_MIATA_NB1_H_
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setMazdaMiataNb1EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* MAZDA_MIATA_NB1_H_ */
|