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

16 lines
280 B
C
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file mazda_miata_nb.h
*
* @date Feb 18, 2014
2015-01-12 15:04:10 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2014-08-29 07:52:33 -07:00
*/
#ifndef MAZDA_MIATA_NB_H_
#define MAZDA_MIATA_NB_H_
2015-02-27 21:07:18 -08:00
#include "engine.h"
2014-08-29 07:52:33 -07:00
2015-02-27 21:07:18 -08:00
void setMazdaMiataNbEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
2014-08-29 07:52:33 -07:00
#endif /* MAZDA_MIATA_NB_H_ */