rusefi-1/firmware/controllers/algo/launch_control.h

14 lines
287 B
C
Raw Normal View History

2020-03-23 17:44:34 -07:00
/*
* @file launch_control.h
*
* @date Mar 23, 2020
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#pragma once
#include "engine.h"
void initLaunchControl(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX);
void setDefaultLaunchParameters(DECLARE_CONFIG_PARAMETER_SIGNATURE);