rusefi-1/firmware/config/engines/geo_storm.cpp

17 lines
285 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
*/
2016-03-26 03:03:24 -07:00
#include "geo_storm.h"
#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
2016-03-26 03:03:24 -07:00
void setGeoStormConfiguration(DECLARE_ENGINE_PARAMETER_F) {
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
}
2016-03-26 00:03:38 -07:00