From fff7ec8a01ee4ec1f9272015b9bb006836977812 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 20 Apr 2019 14:58:01 -0400 Subject: [PATCH] USB and TLE8888 not working for F4 or F767 #764 continuing the guessing game --- 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 9c95f7d983..c3eaf5670a 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 0 +#define BOARD_TLE8888_COUNT 1 #endif // todo: move this outside of efifeatures.h