mirror of https://github.com/rusefi/rusefi-1.git
28 lines
571 B
C
28 lines
571 B
C
/**
|
|
* @file efifeatures.h
|
|
*
|
|
* Created on: Mar 7, 2014
|
|
* Author: Andrey
|
|
*/
|
|
|
|
#ifndef EFIFEATURES_H_
|
|
#define EFIFEATURES_H_
|
|
|
|
#define EFI_HISTOGRAMS TRUE
|
|
|
|
#define EFI_CLI_SUPPORT FALSE
|
|
|
|
#define EFI_SUPPORT_FORD_ASPIRE TRUE
|
|
#define EFI_SUPPORT_DODGE_NEON TRUE
|
|
#define EFI_SUPPORT_1995_FORD_INLINE_6 TRUE
|
|
#define EFI_SUPPORT_FORD_FIESTA TRUE
|
|
#define EFI_SUPPORT_NISSAN_PRIMERA TRUE
|
|
|
|
#define EFI_SIGNAL_EXECUTOR_ONE_TIMER TRUE
|
|
#define EFI_SIGNAL_EXECUTOR_SLEEP FALSE
|
|
|
|
#define EFI_SHAFT_POSITION_INPUT TRUE
|
|
#define EFI_ENGINE_CONTROL TRUE
|
|
|
|
#endif /* EFIFEATURES_H_ */
|