Skip to content

Commit c836b79

Browse files
qspi_hal_test - remove unused variables
1 parent b41ce6c commit c836b79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@
185185

186186
#define FAST_MODE_ENABLE() \
187187
\
188-
qspi_status_t ret; \
189188
const int32_t reg_size = QSPI_STATUS_REG_SIZE + QSPI_CONFIG_REG_0_SIZE; \
190189
uint8_t reg_data[reg_size]; \
191190
\
@@ -220,7 +219,6 @@
220219

221220
#define FAST_MODE_DISABLE() \
222221
\
223-
qspi_status_t ret; \
224222
const int32_t reg_size = QSPI_STATUS_REG_SIZE + QSPI_CONFIG_REG_0_SIZE; \
225223
uint8_t reg_data[reg_size]; \
226224
\

0 commit comments

Comments
 (0)