From 9ab3be39cbb99b811b29b56aad107298828fd52c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 2 Apr 2016 10:01:41 +0000 Subject: Fixed more header guards. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9220 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/hal_wdg_lld.c | 2 +- os/hal/templates/hal_wdg_lld.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal') 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 -- cgit v1.2.3