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

23 lines
778 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file custom_engine.h
*
* @date Jan 18, 2015
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
2019-08-06 14:12:15 -07:00
void setFrankensoConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setFrankenso_01_LCD(board_configuration_s *boardConfiguration);
void disableLCD(board_configuration_s *boardConfiguration);
2019-01-10 21:03:42 -08:00
void runSchedulingPrecisionTestIfNeeded(void);
void setFrankensoBoardTestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setEtbTestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setTle8888TestConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2017-02-24 15:55:53 -08:00
2019-08-05 20:00:35 -07:00
void mreBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2015-07-10 06:01:56 -07:00
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */