X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fwdt_avr.h;h=21f5f9b13f07b8f8b784896c9b29e08bf286b160;hb=4ceddcf7d53f4ddf8c4bfa78a6183ed256a1d0a5;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..21f5f9b1 100644 --- a/bertos/cpu/avr/drv/wdt_avr.h +++ b/bertos/cpu/avr/drv/wdt_avr.h @@ -32,9 +32,9 @@ * * \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$ * @@ -55,8 +55,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 +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)