diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-02-02 16:03:12 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2019-02-02 16:03:12 +0000 |
commit | 4abae0c02008f2d803a5102d9b9155365095a5ed (patch) | |
tree | ba3a7836f8c6b3bde3cbc9404dfc0a17206024fd /tools/ftl/processors/conf/mcuconf_stm32f746xx | |
parent | d2c3f1c58db1c540263e62df8e0e112d892cbef4 (diff) | |
download | ChibiOS-4abae0c02008f2d803a5102d9b9155365095a5ed.tar.gz ChibiOS-4abae0c02008f2d803a5102d9b9155365095a5ed.tar.bz2 ChibiOS-4abae0c02008f2d803a5102d9b9155365095a5ed.zip |
Fixed bug #1007.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12629 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools/ftl/processors/conf/mcuconf_stm32f746xx')
-rw-r--r-- | tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl index c8a52734f..43715a43b 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32f746xx/mcuconf.h.ftl @@ -282,10 +282,10 @@ /*
* RTC driver system settings.
*/
-#define STM32_RTC_PRESA_VALUE 32
-#define STM32_RTC_PRESS_VALUE 1024
-#define STM32_RTC_CR_INIT 0
-#define STM32_RTC_TAMPCR_INIT 0
+#define STM32_RTC_PRESA_VALUE ${doc.STM32_RTC_PRESA_VALUE!"32"}
+#define STM32_RTC_PRESS_VALUE ${doc.STM32_RTC_PRESS_VALUE!"1024"}
+#define STM32_RTC_CR_INIT ${doc.STM32_RTC_CR_INIT!"0"}
+#define STM32_RTC_TAMPCR_INIT ${doc.STM32_RTC_TAMPCR_INIT!"0"}
/*
* SDC driver system settings.
|