diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 13:06:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 13:06:39 +0000 |
commit | f1567c02f776dc12a3d6dcbe56959c58644d42d9 (patch) | |
tree | 247b525bef4c44237a885fe1b22addd34b118fa4 /testhal/STM32F4xx/BKPSRAM/halconf.h | |
parent | c5631272e9db64de46b7e7fd67f961f51d230466 (diff) | |
download | ChibiOS-f1567c02f776dc12a3d6dcbe56959c58644d42d9.tar.gz ChibiOS-f1567c02f776dc12a3d6dcbe56959c58644d42d9.tar.bz2 ChibiOS-f1567c02f776dc12a3d6dcbe56959c58644d42d9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6020 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/BKPSRAM/halconf.h')
-rw-r--r-- | testhal/STM32F4xx/BKPSRAM/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32F4xx/BKPSRAM/halconf.h b/testhal/STM32F4xx/BKPSRAM/halconf.h index 1e5556afc..f3cd0aa14 100644 --- a/testhal/STM32F4xx/BKPSRAM/halconf.h +++ b/testhal/STM32F4xx/BKPSRAM/halconf.h @@ -115,13 +115,6 @@ #endif
/**
- * @brief Enables the RTC subsystem.
- */
-#if !defined(HAL_USE_BKPSRAM) || defined(__DOXYGEN__)
-#define HAL_USE_BKPSRAM TRUE
-#endif
-
-/**
* @brief Enables the SDC subsystem.
*/
#if !defined(HAL_USE_SDC) || defined(__DOXYGEN__)
|