diff options
Diffstat (limited to 'testhal/STM32F4xx/BKPSRAM/halconf.h')
-rw-r--r-- | testhal/STM32F4xx/BKPSRAM/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/BKPSRAM/halconf.h b/testhal/STM32F4xx/BKPSRAM/halconf.h index 1e5556afc..ec1bc65cd 100644 --- a/testhal/STM32F4xx/BKPSRAM/halconf.h +++ b/testhal/STM32F4xx/BKPSRAM/halconf.h @@ -115,7 +115,7 @@ #endif
/**
- * @brief Enables the RTC subsystem.
+ * @brief Enables the BKPSRAM subsystem.
*/
#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
#define HAL_USE_BKPSRAM TRUE
|