aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:36:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-07 07:36:37 +0000
commit036d20f034f52d81d5663679bc74b8b0a4fc93ed (patch)
treeec8fead997d47950d61f66bad270df2f200bbf14
parent0a3c31495e264b010180a5ec627bcff98e9c0501 (diff)
downloadChibiOS-036d20f034f52d81d5663679bc74b8b0a4fc93ed.tar.gz
ChibiOS-036d20f034f52d81d5663679bc74b8b0a4fc93ed.tar.bz2
ChibiOS-036d20f034f52d81d5663679bc74b8b0a4fc93ed.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3757 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--testhal/STM32F4xx/RTC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/halconf.h b/testhal/STM32F4xx/RTC/halconf.h
index 775428e22..81417dcd0 100644
--- a/testhal/STM32F4xx/RTC/halconf.h
+++ b/testhal/STM32F4xx/RTC/halconf.h
@@ -108,7 +108,7 @@
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
-#define HAL_USE_RTC FALSE
+#define HAL_USE_RTC TRUE
#endif
/**