we need TLE8888 driver #714

This commit is contained in:
rusefi 2019-04-06 13:11:46 -04:00
parent 8ae8d3d58f
commit 9bf052c000
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ static struct tle8888_config tle8888_cfg = {
SPI_CR1_LSBFIRST | //LSB first
((3 << SPI_CR1_BR_Pos) & SPI_CR1_BR) | // div = 16
SPI_CR1_MSTR |
SPI_CR1_CPHA
SPI_CR1_CPHA |
0,
.cr2 = 0/* not for F4? SPI_CR2_DS_3 | SPI_CR2_DS_2 | SPI_CR2_DS_1 | SPI_CR2_DS_0*/
},