From c836b79e37464328286f38a4dd0cd243660e7316 Mon Sep 17 00:00:00 2001 From: Maciej Bocianski Date: Thu, 30 Aug 2018 07:39:41 +0200 Subject: [PATCH] qspi_hal_test - remove unused variables --- TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h b/TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h index 01be2c219b..141dff403a 100644 --- a/TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h +++ b/TESTS/mbed_hal/qspi/flash_configs/MX25RXX35F_config.h @@ -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]; \ \