aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl')
-rw-r--r--tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl b/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl
index 050b2f84d..47ea70f7c 100644
--- a/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl
+++ b/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl
@@ -23,7 +23,7 @@
[#import "/@lib/liblicense.ftl" as license /]
[#import "/@lib/libcode.ftl" as code /]
[#import "/@lib/libstm32f4xx.ftl" as stm32f4xx /]
-[#assign fname = doc1.configuration.@name[0] /]
+[#assign fname = doc1.configuration.name[0] /]
[@pp.changeOutputFile name = fname + ".h" /]
/*
[@license.EmitLicenseAsText /]