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

16 lines
316 B
C
Raw Normal View History

2016-03-26 00:03:38 -07:00
/*
* @file geo_storm.h
*
* @date Mar 26, 2016
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2016-03-26 00:03:38 -07:00
*/
#ifndef CONFIG_ENGINES_GEO_STORM_H_
#define CONFIG_ENGINES_GEO_STORM_H_
#include "engine_configuration.h"
void setGeoStormConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2016-03-26 00:03:38 -07:00
#endif /* CONFIG_ENGINES_GEO_STORM_H_ */