diff options
Diffstat (limited to 'testhal/STM32F4xx/SPI/halconf.h')
-rw-r--r-- | testhal/STM32F4xx/SPI/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F4xx/SPI/halconf.h b/testhal/STM32F4xx/SPI/halconf.h index fdc5203d8..3e1cafbbf 100644 --- a/testhal/STM32F4xx/SPI/halconf.h +++ b/testhal/STM32F4xx/SPI/halconf.h @@ -115,13 +115,6 @@ #endif
/**
- * @brief Enables the BKPSRAM subsystem.
- */
-#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
-#define HAL_USE_BKPSRAM FALSE
-#endif
-
-/**
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
|