X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fwdt_avr.h;fp=bertos%2Fcpu%2Favr%2Fdrv%2Fwdt_avr.h;h=1499d5a950b5261dcac4c21b8f03d32b94bec1f0;hb=ca9fb8575f225fb067db8e4eef201e50e8239c7d;hp=0edb5d160756982747f970d5b44db13ddce5d0fa;hpb=5b7ff7a2a2262648f53d0027b8718a06b6d4de34;p=bertos.git diff --git a/bertos/cpu/avr/drv/wdt_avr.h b/bertos/cpu/avr/drv/wdt_avr.h index 0edb5d16..1499d5a9 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)