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

16 lines
257 B
C

/**
* @file bmw_e34.h
*
* @date Nov 5, 2014
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef BMW_E34_H_
#define BMW_E34_H_
#include "engine_configuration.h"
void setBmwE34(engine_configuration_s *engineConfiguration);
#endif /* BMW_E34_H_ */