USB not working for F4 or F767 #764

This commit is contained in:
rusefi 2019-04-19 06:07:40 -04:00
parent cd7a1d1b77
commit f54887320e
1 changed files with 2 additions and 0 deletions

View File

@ -166,6 +166,8 @@ void initSmartGpio() {
ret = tle8888_add(0, &tle8888_cfg);
efiAssertVoid(OBD_PCM_Processor_Fault, ret == TLE8888_PIN_1, "tle8888");
} else {
ret = 0;
}
if (ret < 0)
#endif /* (BOARD_TLE6240_COUNT > 0) */