custom-board-bundle-sample-.../firmware/config/engines/mazda_miata_na8.cpp

20 lines
257 B
C++
Raw Normal View History

2018-01-31 18:27:45 -08:00
/*
* @file mazda_miata_na8.cpp
*
* set engine_type 56
*
* @date Jan 31, 2018
* @author Andrey Belomutskiy, (c) 2012-2017
*/
2018-01-31 18:36:41 -08:00
#include "mazda_miata_na8.h"
2018-01-31 18:57:04 -08:00
EXTERN_ENGINE;
void setMazdaMiataNA8Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
2018-01-31 18:36:41 -08:00
}
2018-01-31 18:27:45 -08:00