diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/templates/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index ff608b7a6..f879c03b3 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -125,13 +125,6 @@ #endif
/**
- * @brief Enables the BKPSRAM subsystem.
- */
-#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
-#define HAL_USE_BKPSRAM FALSE
-#endif
-
-/**
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
|