diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 10:53:23 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-03 10:53:23 +0000 |
commit | 1a7524add7dabf81895a6e6cb170c2b417da4c18 (patch) | |
tree | 41e60b63015271c251428ecf59e88f2169c8965c /os/hal/ports | |
parent | 4c12fb1364261b3e8263a558f14fd483f181195c (diff) | |
download | ChibiOS-1a7524add7dabf81895a6e6cb170c2b417da4c18.tar.gz ChibiOS-1a7524add7dabf81895a6e6cb170c2b417da4c18.tar.bz2 ChibiOS-1a7524add7dabf81895a6e6cb170c2b417da4c18.zip |
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8672 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r-- | os/hal/ports/STM32/LLD/xWDGv1/wdg_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/LLD/xWDGv1/wdg_lld.c b/os/hal/ports/STM32/LLD/xWDGv1/wdg_lld.c index 6f3ce04ff..d3ff1600d 100644 --- a/os/hal/ports/STM32/LLD/xWDGv1/wdg_lld.c +++ b/os/hal/ports/STM32/LLD/xWDGv1/wdg_lld.c @@ -126,7 +126,7 @@ void wdg_lld_stop(WDGDriver *wdgp) { /**
* @brief Reloads WDG's counter.
*
- * @param[in] idwgp pointer to the @p WDGDriver object
+ * @param[in] wdgp pointer to the @p WDGDriver object
*
* @notapi
*/
|