aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-27 15:08:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-27 15:08:16 +0000
commit6f347521577c42364b433c62017eb503554cc489 (patch)
treeeabc742e8e9bc6303029ff01e0e96c559070ce38
parente40082e1d66e963a16ef36ad2231dd40b56bdf7c (diff)
downloadChibiOS-6f347521577c42364b433c62017eb503554cc489.tar.gz
ChibiOS-6f347521577c42364b433c62017eb503554cc489.tar.bz2
ChibiOS-6f347521577c42364b433c62017eb503554cc489.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7544 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY/halconf.h b/demos/STM32/RT-STM32F407-DISCOVERY/halconf.h
index e9a4d5f25..ab3a6629b 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY/halconf.h
+++ b/demos/STM32/RT-STM32F407-DISCOVERY/halconf.h
@@ -111,7 +111,7 @@
* @brief Enables the RTC subsystem.
*/
#if !defined(HAL_USE_RTC) || defined(__DOXYGEN__)
-#define HAL_USE_RTC TRUE
+#define HAL_USE_RTC FALSE
#endif
/**