fome-fw/firmware/config/engines/engine_template.cpp

16 lines
307 B
C++
Raw Normal View History

2016-03-26 00:03:38 -07:00
/*
* @file engine_template.cpp
*
* @date
2018-01-20 17:42:19 -08:00
* @author Andrey Belomutskiy, (c) 2012-2018
2016-03-26 00:03:38 -07:00
*/
#include "engine_template.h"
2016-03-26 03:03:24 -07:00
#include "custom_engine.h"
2016-03-26 00:03:38 -07:00
2016-03-26 03:03:24 -07:00
EXTERN_ENGINE;
2016-03-26 00:03:38 -07:00
2017-05-15 20:33:22 -07:00
void setEngineTemplateConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_SIGNATURE);
2016-03-26 03:03:24 -07:00
}