From 46961b1d1c9a4ad75f783af36b38bf4f9bf738a6 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 9 Dec 2008 11:28:30 +0000 Subject: [PATCH] Fix doxygen warnings. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1977 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/drv/wdt_avr.h | 2 +- bertos/drv/wdt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/cpu/avr/drv/wdt_avr.h b/bertos/cpu/avr/drv/wdt_avr.h index 1499d5a9..21f5f9b1 100644 --- a/bertos/cpu/avr/drv/wdt_avr.h +++ b/bertos/cpu/avr/drv/wdt_avr.h @@ -63,7 +63,7 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, you can use the macro that are defineded in + * \param _timeout you can use the macro that are defineded in * avr/wdt.h. * * (from avr libc documentation) diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 064a565f..8d15733a 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -89,7 +89,7 @@ * Start the watchdog timer that fire at the select * timeout. * - * \param timeout, this value is target dependant. + * \param timeout this value is target dependant. * See the target documentation for more details. */ INLINE void wdt_start(uint32_t timeout) -- 2.25.1