17 lines
372 B
C
17 lines
372 B
C
/**
|
|
* @file mazda_miata_nb.h
|
|
*
|
|
* @date Feb 18, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
|
*/
|
|
|
|
#ifndef MAZDA_MIATA_NB_H_
|
|
#define MAZDA_MIATA_NB_H_
|
|
|
|
#include "main.h"
|
|
#include "engine_configuration.h"
|
|
|
|
void setMazdaMiataNbEngineConfiguration(engine_configuration_s *engineConfiguration, board_configuration_s *boardConfiguration);
|
|
|
|
#endif /* MAZDA_MIATA_NB_H_ */
|