diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-12 14:02:44 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-12 14:02:44 +0000 |
commit | ab4703c491d8cbc4848d43902857adcfb8768a87 (patch) | |
tree | 816018991151954ddc2f25208c9c0650513e3039 /tools/gencfg/processors/hal | |
parent | 21b1517adff201b9669518ae30d2cd6cd2a3b75c (diff) | |
download | ChibiOS-ab4703c491d8cbc4848d43902857adcfb8768a87.tar.gz ChibiOS-ab4703c491d8cbc4848d43902857adcfb8768a87.tar.bz2 ChibiOS-ab4703c491d8cbc4848d43902857adcfb8768a87.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4463 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/gencfg/processors/hal')
-rw-r--r-- | tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.c.ftl | 2 | ||||
-rw-r--r-- | tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.h.ftl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.c.ftl b/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.c.ftl index cd8b17a01..eeea09d99 100644 --- a/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.c.ftl +++ b/tools/gencfg/processors/hal/stm32f4xx/templates/hal_cfg.c.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 + ".c" /]
/*
[@license.EmitLicenseAsText /]
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 /]
|