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

15 lines
314 B
C
Raw Normal View History

2015-01-18 08:05:23 -08:00
/**
* @file custom_engine.h
*
* @date Jan 18, 2015
2015-03-01 18:04:29 -08:00
* @author Andrey Belomutskiy, (c) 2012-2015
2015-01-18 08:05:23 -08:00
*/
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
2015-02-27 21:07:18 -08:00
#include "engine.h"
2015-01-18 08:05:23 -08:00
2015-02-27 21:07:18 -08:00
void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
2015-01-18 08:05:23 -08:00
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */