we need TLE8888 driver #714
This commit is contained in:
parent
c9b022d562
commit
4bb645f7e0
|
@ -125,6 +125,8 @@
|
||||||
//#define EFI_POTENTIOMETER FALSE
|
//#define EFI_POTENTIOMETER FALSE
|
||||||
#define EFI_POTENTIOMETER TRUE
|
#define EFI_POTENTIOMETER TRUE
|
||||||
|
|
||||||
|
#define EFI_TLE8888 TRUE
|
||||||
|
|
||||||
#define EFI_ANALOG_SENSORS TRUE
|
#define EFI_ANALOG_SENSORS TRUE
|
||||||
|
|
||||||
#ifndef EFI_MAX_31855
|
#ifndef EFI_MAX_31855
|
||||||
|
|
|
@ -429,7 +429,9 @@ void initHardware(Logging *l) {
|
||||||
initMax31855(sharedLogger, getSpiDevice(CONFIGB(max31855spiDevice)), CONFIGB(max31855_cs));
|
initMax31855(sharedLogger, getSpiDevice(CONFIGB(max31855spiDevice)), CONFIGB(max31855_cs));
|
||||||
#endif /* EFI_MAX_31855 */
|
#endif /* EFI_MAX_31855 */
|
||||||
|
|
||||||
|
#if EFI_TLE8888
|
||||||
initTle8888(PASS_ENGINE_PARAMETER_SIGNATURE);
|
initTle8888(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if EFI_CAN_SUPPORT
|
#if EFI_CAN_SUPPORT
|
||||||
initCan();
|
initCan();
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
#define EFI_CJ125 TRUE
|
#define EFI_CJ125 TRUE
|
||||||
#define EFI_CAN_SUPPORT FALSE
|
#define EFI_CAN_SUPPORT FALSE
|
||||||
#define EFI_MAX_31855 FALSE
|
#define EFI_MAX_31855 FALSE
|
||||||
|
#define EFI_TLE8888 FALSE
|
||||||
#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
|
#define EFI_ELECTRONIC_THROTTLE_BODY FALSE
|
||||||
#define EFI_AUX_PID FALSE
|
#define EFI_AUX_PID FALSE
|
||||||
#define EFI_ICU_INPUTS FALSE
|
#define EFI_ICU_INPUTS FALSE
|
||||||
|
|
Loading…
Reference in New Issue