aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 10:01:41 +0000
commit9ab3be39cbb99b811b29b56aad107298828fd52c (patch)
treee50e9d9f8ce13d4a483d8cd7812c9d99c681c274 /os/hal
parent50b0e64179d55478206b7a3a6fc8e852d12d373d (diff)
downloadChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.gz
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.tar.bz2
ChibiOS-9ab3be39cbb99b811b29b56aad107298828fd52c.zip
Fixed more header guards.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/templates/hal_wdg_lld.c2
-rw-r--r--os/hal/templates/hal_wdg_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/hal_wdg_lld.c b/os/hal/templates/hal_wdg_lld.c
index 04e012cdd..603379684 100644
--- a/os/hal/templates/hal_wdg_lld.c
+++ b/os/hal/templates/hal_wdg_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_templates/wdg_lld.c
+ * @file wdg_lld.c
* @brief WDG Driver subsystem low level driver source template.
*
* @addtogroup WDG
diff --git a/os/hal/templates/hal_wdg_lld.h b/os/hal/templates/hal_wdg_lld.h
index 6fe501e24..1fff88558 100644
--- a/os/hal/templates/hal_wdg_lld.h
+++ b/os/hal/templates/hal_wdg_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file hal_templates/wdg_lld.h
+ * @file wdg_lld.h
* @brief WDG Driver subsystem low level driver header template.
*
* @addtogroup WDG