Reorder include files.
[bertos.git] / bertos / cpu / avr / drv / wdt_avr.h
index 0edb5d160756982747f970d5b44db13ddce5d0fa..21f5f9b13f07b8f8b784896c9b29e08bf286b160 100644 (file)
@@ -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)