2014-08-29 07:52:33 -07:00
|
|
|
/**
|
|
|
|
* @file MiniCooperR50.cpp
|
|
|
|
*
|
|
|
|
* MINI_COOPER_R50 = 13
|
|
|
|
*
|
|
|
|
* @date Apr 9, 2014
|
2015-01-12 15:04:10 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
2014-08-29 07:52:33 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "MiniCooperR50.h"
|
|
|
|
|
2015-02-07 08:05:28 -08:00
|
|
|
void setMiniCooperR50(engine_configuration_s *engineConfiguration) {
|
2015-01-23 09:04:28 -08:00
|
|
|
engineConfiguration->trigger.type = TT_MINI_COOPER_R50;
|
2014-08-29 07:52:33 -07:00
|
|
|
|
|
|
|
}
|