aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/WDT
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 23:17:00 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 23:17:00 +0200
commitcfbd190b1e161029c6d8e87325697fedfd2a5816 (patch)
tree7ec1cc42212408f14ef0767882ff2325860e8565 /os/hal/ports/TIVA/LLD/WDT
parent3e3db4cf24a5fc8445c74990b2cdfc5f98ac23a9 (diff)
downloadChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.tar.gz
ChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.tar.bz2
ChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.zip
Fixed Tiva low level driver @file documentation.
Diffstat (limited to 'os/hal/ports/TIVA/LLD/WDT')
-rw-r--r--os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.c2
-rw-r--r--os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.c b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.c
index ddd01e0..4533dcc 100644
--- a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.c
+++ b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.c
@@ -16,7 +16,7 @@
/**
- * @file TIVA/wdg_lld.c
+ * @file WDT/hal_wdg_lld.c
* @brief WDG Driver subsystem low level driver source.
*
* @addtogroup WDG
diff --git a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
index 77badb3..3a833a1 100644
--- a/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
+++ b/os/hal/ports/TIVA/LLD/WDT/hal_wdg_lld.h
@@ -16,7 +16,7 @@
/**
- * @file TIVA/wdg_lld.h
+ * @file WDT/hal_wdg_lld.h
* @brief WDG Driver subsystem low level driver header.
*
* @addtogroup WDG