we need TLE8888 driver #714

This commit is contained in:
rusefi 2019-03-25 15:14:22 -04:00
parent c9b022d562
commit 4bb645f7e0
3 changed files with 5 additions and 0 deletions

View File

@ -125,6 +125,8 @@
//#define EFI_POTENTIOMETER FALSE
#define EFI_POTENTIOMETER TRUE
#define EFI_TLE8888 TRUE
#define EFI_ANALOG_SENSORS TRUE
#ifndef EFI_MAX_31855

View File

@ -429,7 +429,9 @@ void initHardware(Logging *l) {
initMax31855(sharedLogger, getSpiDevice(CONFIGB(max31855spiDevice)), CONFIGB(max31855_cs));
#endif /* EFI_MAX_31855 */
#if EFI_TLE8888
initTle8888(PASS_ENGINE_PARAMETER_SIGNATURE);
#endif
#if EFI_CAN_SUPPORT
initCan();

View File

@ -72,6 +72,7 @@
#define EFI_CJ125 TRUE
#define EFI_CAN_SUPPORT FALSE
#define EFI_MAX_31855 FALSE
#define EFI_TLE8888 FALSE
#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
#define EFI_AUX_PID FALSE
#define EFI_ICU_INPUTS FALSE