aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates')
-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