diff options
Diffstat (limited to 'os/hal/templates/hal_wdg_lld.c')
-rw-r--r-- | os/hal/templates/hal_wdg_lld.c | 2 |
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 bec02ece4..0ec0e2d92 100644 --- a/os/hal/templates/hal_wdg_lld.c +++ b/os/hal/templates/hal_wdg_lld.c @@ -80,7 +80,7 @@ void wdg_lld_start(WDGDriver *wdgp) { *
* @param[in] wdgp pointer to the @p WDGDriver object
*
- * @api
+ * @notapi
*/
void wdg_lld_stop(WDGDriver *wdgp) {
|