2014-08-29 07:52:33 -07:00
|
|
|
/*
|
|
|
|
* @file MiniCooperR50.h
|
|
|
|
*
|
|
|
|
* @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
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MINICOOPERR50_H_
|
|
|
|
#define MINICOOPERR50_H_
|
|
|
|
|
|
|
|
#include "main.h"
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
|
|
|
|
void setMiniCooperR50(engine_configuration_s *engineConfiguration, board_configuration_s *boardConfiguration);
|
|
|
|
|
|
|
|
#endif /* MINICOOPERR50_H_ */
|