remove non-sensical octa-spi setting in FIFO mode

This commit is contained in:
Markus Krause 2023-04-27 17:57:34 +02:00 committed by Thomas Basler
parent a37b394139
commit b086c6ace6

View File

@ -110,7 +110,6 @@ void cmt_spi3_write_fifo(const uint8_t* buf, uint16_t len)
uint8_t tx_data; uint8_t tx_data;
spi_transaction_t t = { spi_transaction_t t = {
.flags = SPI_TRANS_MODE_OCT,
.length = 8, .length = 8,
.tx_buffer = &tx_data, // reference to write data .tx_buffer = &tx_data, // reference to write data
.rx_buffer = NULL .rx_buffer = NULL