we need TLE8888 driver #714

trying a sleep before first command
This commit is contained in:
rusefi 2019-06-08 18:31:56 -04:00
parent a67713e4a0
commit d6be89d9b0
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ int tle8888_chip_init(void * data)
goto err_gpios; goto err_gpios;
} }
chThdSleepMilliseconds(3);
/* Software reset */ /* Software reset */
// first packet: 0x335=821 > 0xFD=253 // first packet: 0x335=821 > 0xFD=253
uint16_t response; uint16_t response;