Add timer support for ATMega 1280 (contributed by Fabio Bizzi)
[bertos.git] / bertos / cpu / avr / drv / wdt_avr.h
index 1499d5a950b5261dcac4c21b8f03d32b94bec1f0..816bb23664d935d91d55b98d7f1733d353e43505 100644 (file)
@@ -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 <asterix@develer.com>
  *
@@ -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)