aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl')
-rw-r--r--tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl
index 8a23c7023..ac243dae9 100644
--- a/tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl
+++ b/tools/ftl/processors/conf/mcuconf_stm32f72xxx/mcuconf.h.ftl
@@ -251,10 +251,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.