2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file MiniCooperR50.cpp
|
|
|
|
*
|
|
|
|
* MINI_COOPER_R50 = 13
|
|
|
|
*
|
|
|
|
* @date Apr 9, 2014
|
2018-01-20 17:42:19 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "MiniCooperR50.h"
|
|
|
|
|
|
|
|
void setMiniCooperR50(engine_configuration_s *engineConfiguration) {
|
|
|
|
engineConfiguration->trigger.type = TT_MINI_COOPER_R50;
|
|
|
|
|
|
|
|
}
|