Remove stale declarations (moved to monitor.h).
[bertos.git] / drv / timer.c
index c347deb56608c669029990f6c20a27f22878fc07..92152bc1059f6a1063a45d70c219ba72f300eacb 100755 (executable)
@@ -6,15 +6,17 @@
  * This file is part of DevLib - See devlib/README for information.
  * -->
  *
- * \version $Id$
+ * \brief Hardware independent timer driver (implementation)
  *
+ * \version $Id$
  * \author Bernardo Innocenti <bernie@develer.com>
- *
- * \brief Hardware independent timer driver (implementation)
  */
 
 /*#*
  *#* $Log$
+ *#* Revision 1.17  2004/10/03 18:52:08  bernie
+ *#* Move \brief on top in header to please Doxygen.
+ *#*
  *#* Revision 1.16  2004/10/03 18:48:01  bernie
  *#* timer_delay(): Add a sanity check to avoid sleeping forever.
  *#*