X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fwdt_avr.h;h=816bb23664d935d91d55b98d7f1733d353e43505;hb=ce55bd008dd57b9e9caddd9e3de0b79a975adee5;hp=0edb5d160756982747f970d5b44db13ddce5d0fa;hpb=bd646534b07bbf3c22a4d2ec01d800b0ad718aa6;p=bertos.git diff --git a/bertos/cpu/avr/drv/wdt_avr.h b/bertos/cpu/avr/drv/wdt_avr.h index 0edb5d16..816bb236 100644 --- a/bertos/cpu/avr/drv/wdt_avr.h +++ b/bertos/cpu/avr/drv/wdt_avr.h @@ -32,11 +32,10 @@ * * \brief Watchdog interface for AVR architecture. * - * \note The AVR LibC already provvide the api to manange - * the watchdog on AVR architecture. In LibC also define several - * macro to set the timeout value (see documentation for more detail). + * \note The avr-libc already provide an api to manage the watchdog on AVR architecture. + * In avr-libc are also available several constants used to set the timeout value + * (see documentation for more detail). * - * \version $Id$ * * \author Daniele Basile * @@ -55,8 +54,7 @@ /** * Reset the watchdog timer. * - * This functions is already definded to avr libc, - * we use it. + * This functions is already defind in avr-libc. */ // void wdt_reset(void) @@ -64,7 +62,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)