rusefi-1/firmware/config/engines/dodge_stratus.h

16 lines
323 B
C

/**
* @file dodge_stratus.h
*
* @date Sep 5, 2015
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_DODGE_STRATUS_H_
#define CONFIG_ENGINES_DODGE_STRATUS_H_
#include "engine_configuration.h"
void setDodgeStratus(DECLARE_CONFIG_PARAMETER_SIGNATURE);
#endif /* CONFIG_ENGINES_DODGE_STRATUS_H_ */