Closed jinhyuk-im closed 6 years ago
Hello,
I found that is too many arguments to the TM_SPI_WriteMulti() call. And its implementation is a below:
TM_SPI_WriteMulti()
void TM_SPI_WriteMulti(SPI_TypeDef SPIx, uint8_t dataOut, uint32_t count);
I think that like a copy-and-paste mistake. Do you?
Looks like I didn't correct it everywhere. In the past I had 3rd parameter to specify the dummy byte for MOSI. Thanks.
Thanks, @MaJerle
Hello,
I found that is too many arguments to the
TM_SPI_WriteMulti()
call. And its implementation is a below:I think that like a copy-and-paste mistake. Do you?