From b086c6ace6075dc1ae3a1e1f6a141c61b3ea31ae Mon Sep 17 00:00:00 2001 From: Markus Krause Date: Thu, 27 Apr 2023 17:57:34 +0200 Subject: [PATCH] remove non-sensical octa-spi setting in FIFO mode --- lib/CMT2300a/cmt_spi3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CMT2300a/cmt_spi3.c b/lib/CMT2300a/cmt_spi3.c index e0689a1..c9017f2 100644 --- a/lib/CMT2300a/cmt_spi3.c +++ b/lib/CMT2300a/cmt_spi3.c @@ -110,7 +110,6 @@ void cmt_spi3_write_fifo(const uint8_t* buf, uint16_t len) uint8_t tx_data; spi_transaction_t t = { - .flags = SPI_TRANS_MODE_OCT, .length = 8, .tx_buffer = &tx_data, // reference to write data .rx_buffer = NULL