fome-fw/firmware/config/engines/MiniCooperR50.h

17 lines
307 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file MiniCooperR50.h
*
* @date Apr 9, 2014
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef MINICOOPERR50_H_
#define MINICOOPERR50_H_
2018-09-16 19:25:17 -07:00
#include "global.h"
2015-07-10 06:01:56 -07:00
#include "engine_configuration.h"
void setMiniCooperR50(engine_configuration_s *engineConfiguration);
#endif /* MINICOOPERR50_H_ */