From 2f80486d24edd32ced59d3d5a2132bc566e8cdd9 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 20 Apr 2019 12:48:01 -0400 Subject: [PATCH] USB and TLE8888 not working for F4 or F767 #764 nope, still fails :( --- firmware/config/stm32f4ems/efifeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/config/stm32f4ems/efifeatures.h b/firmware/config/stm32f4ems/efifeatures.h index c3eaf5670a..9c95f7d983 100644 --- a/firmware/config/stm32f4ems/efifeatures.h +++ b/firmware/config/stm32f4ems/efifeatures.h @@ -132,7 +132,7 @@ #endif #ifndef BOARD_TLE8888_COUNT -#define BOARD_TLE8888_COUNT 1 +#define BOARD_TLE8888_COUNT 0 #endif // todo: move this outside of efifeatures.h