aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/hal_wdg_lld.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-06-04 14:03:21 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-06-04 14:03:21 +0000
commit6e8584a24b6dea449671b96de9c6c4ff307c9167 (patch)
tree0f06478a8d013aad2b799aec78137379beadb3f1 /os/hal/templates/hal_wdg_lld.c
parent46c3ad6c2746e4522cc4f6cd301804af08bcb59e (diff)
downloadChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.tar.gz
ChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.tar.bz2
ChibiOS-6e8584a24b6dea449671b96de9c6c4ff307c9167.zip
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10248 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/hal_wdg_lld.c')
-rw-r--r--os/hal/templates/hal_wdg_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_wdg_lld.c b/os/hal/templates/hal_wdg_lld.c
index b24213381..2acc25b65 100644
--- a/os/hal/templates/hal_wdg_lld.c
+++ b/os/hal/templates/hal_wdg_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file wdg_lld.c
+ * @file hal_wdg_lld.c
* @brief WDG Driver subsystem low level driver source template.
*
* @addtogroup WDG