fome-fw/firmware/config/engines/mazda_miata_na8.h

16 lines
345 B
C
Raw Normal View History

2018-01-31 18:27:45 -08:00
/*
* @file mazda_miata_na8.h
*
* @date Jan 31, 2018
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
#include "engine_configuration.h"
2018-01-31 18:27:45 -08:00
void setMazdaMiataNA8Configuration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2018-01-31 18:27:45 -08:00
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */