X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fwdt_avr.h;h=816bb23664d935d91d55b98d7f1733d353e43505;hb=0f60d6b24cf8ec1c9bd8dca82fed6325932c5aca;hp=1499d5a950b5261dcac4c21b8f03d32b94bec1f0;hpb=ca9fb8575f225fb067db8e4eef201e50e8239c7d;p=bertos.git diff --git a/bertos/cpu/avr/drv/wdt_avr.h b/bertos/cpu/avr/drv/wdt_avr.h index 1499d5a9..816bb236 100644 --- a/bertos/cpu/avr/drv/wdt_avr.h +++ b/bertos/cpu/avr/drv/wdt_avr.h @@ -36,7 +36,6 @@ * In avr-libc are also available several constants used to set the timeout value * (see documentation for more detail). * - * \version $Id$ * * \author Daniele Basile * @@ -63,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)