diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 12:41:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-21 12:41:44 +0000 |
commit | 4301222a4441bada2803fcf7498f4c7fbd7c1d95 (patch) | |
tree | fc2ed5f2e902dd654b09a571b58d5df38cd10d17 /os/hal | |
parent | 4cdddfb675743ec724f0e1d72ffd21c7b76604f9 (diff) | |
download | ChibiOS-4301222a4441bada2803fcf7498f4c7fbd7c1d95.tar.gz ChibiOS-4301222a4441bada2803fcf7498f4c7fbd7c1d95.tar.bz2 ChibiOS-4301222a4441bada2803fcf7498f4c7fbd7c1d95.zip |
Why an STM32F4xx-specific feature in halconf.h?
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6016 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-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__)
|