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

15 lines
293 B
C
Raw Normal View History

2015-01-26 15:05:43 -08:00
/**
* @file sachs.h
*
* @date Jan 26, 2015
* @author Andrey Belomutskiy, (c) 2012-2014
*/
#ifndef CONFIG_ENGINES_SACHS_H_
#define CONFIG_ENGINES_SACHS_H_
#include "engine_configuration.h"
void setSachs(engine_configuration_s *engineConfiguration);
#endif /* CONFIG_ENGINES_SACHS_H_ */