qspi_hal_test - remove unused variables

pull/7925/head
Maciej Bocianski 2018-08-30 07:39:41 +02:00
parent b41ce6c090
commit c836b79e37
1 changed files with 0 additions and 2 deletions

View File

@ -185,7 +185,6 @@
#define FAST_MODE_ENABLE() \
\
qspi_status_t ret; \
const int32_t reg_size = QSPI_STATUS_REG_SIZE + QSPI_CONFIG_REG_0_SIZE; \
uint8_t reg_data[reg_size]; \
\
@ -220,7 +219,6 @@
#define FAST_MODE_DISABLE() \
\
qspi_status_t ret; \
const int32_t reg_size = QSPI_STATUS_REG_SIZE + QSPI_CONFIG_REG_0_SIZE; \
uint8_t reg_data[reg_size]; \
\