aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/halconf.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-21 11:51:52 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-21 11:51:52 +0000
commit4cdddfb675743ec724f0e1d72ffd21c7b76604f9 (patch)
tree2d25120dbe1986167a77f04b8371b91a0243bbbd /testhal/STM32F4xx/RTC/halconf.h
parent3385f4899fd4ada96ac0d54e86f1a175ddc8c26a (diff)
downloadChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.tar.gz
ChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.tar.bz2
ChibiOS-4cdddfb675743ec724f0e1d72ffd21c7b76604f9.zip
BKPSRAM. Updated halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6015 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC/halconf.h')
-rw-r--r--testhal/STM32F4xx/RTC/halconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/RTC/halconf.h b/testhal/STM32F4xx/RTC/halconf.h
index f0040635d..c0fa8ef7c 100644
--- a/testhal/STM32F4xx/RTC/halconf.h
+++ b/testhal/STM32F4xx/RTC/halconf.h
@@ -115,6 +115,13 @@
#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__)