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

17 lines
285 B
C++

/*
* @file geo_storm.h
*
* @date Mar 26, 2016
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#include "geo_storm.h"
#include "custom_engine.h"
EXTERN_ENGINE;
void setGeoStormConfiguration(DECLARE_ENGINE_PARAMETER_F) {
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
}