remove non-sensical octa-spi setting in FIFO mode
This commit is contained in:
parent
a37b394139
commit
b086c6ace6
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user