rusefi-1/firmware/config/engines/MiniCooperR50.cpp

16 lines
345 B
C++
Raw Normal View History

2014-08-29 07:52:33 -07:00
/**
* @file MiniCooperR50.cpp
*
* MINI_COOPER_R50 = 13
*
* @date Apr 9, 2014
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#include "MiniCooperR50.h"
void setMiniCooperR50(engine_configuration_s *engineConfiguration, board_configuration_s *boardConfiguration) {
engineConfiguration->triggerConfig.triggerType = TT_MINI_COOPER_R50;
}