17 lines
305 B
C
17 lines
305 B
C
/*
|
|
* @file MiniCooperR50.h
|
|
*
|
|
* @date Apr 9, 2014
|
|
* @author Andrey Belomutskiy, (c) 2012-2015
|
|
*/
|
|
|
|
#ifndef MINICOOPERR50_H_
|
|
#define MINICOOPERR50_H_
|
|
|
|
#include "main.h"
|
|
#include "engine_configuration.h"
|
|
|
|
void setMiniCooperR50(engine_configuration_s *engineConfiguration);
|
|
|
|
#endif /* MINICOOPERR50_H_ */
|