16 lines
309 B
C
16 lines
309 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.h"
|
|
|
|
void setDodgeStratus(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
|
|
|
#endif /* CONFIG_ENGINES_DODGE_STRATUS_H_ */
|