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

16 lines
287 B
C

/*
* @file gm_2_2.h
*
* @date Apr 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_GM_2_2_H_
#define CONFIG_ENGINES_GM_2_2_H_
#include "engine_configuration.h"
void setGm2_2(DECLARE_CONFIG_PARAMETER_SIGNATURE);
#endif /* CONFIG_ENGINES_GM_2_2_H_ */