diff options
Diffstat (limited to 'os/hal/templates/wdg_lld.c')
-rw-r--r-- | os/hal/templates/wdg_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/wdg_lld.c b/os/hal/templates/wdg_lld.c index 4732928ac..c08bb0d20 100644 --- a/os/hal/templates/wdg_lld.c +++ b/os/hal/templates/wdg_lld.c @@ -88,7 +88,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
*/
|