Exclude file with Qt-style documentation.
[bertos.git] / drv / timer_avr.c
index 0b24b0438927b86d9f9a1bb4bb5dc9f6b6f50fee..2e9c4574e244faf42a2ea69c9641d702a568cf9a 100755 (executable)
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.4  2006/07/19 12:56:26  bernie
+ *#* Convert to new Doxygen style.
+ *#*
+ *#* Revision 1.3  2006/06/12 21:37:02  marco
+ *#* implemented some commands (ver and sleep)
+ *#*
  *#* Revision 1.2  2006/05/18 00:37:58  bernie
  *#* Don't include unneeded header hw.h.
  *#*
 #include <drv/timer_avr.h>
 #include <cfg/macros.h> // BV()
 
-#include <avr/signal.h>
+#include <avr/interrupt.h>
 #include <avr/io.h>
 
-/*! HW dependent timer initialization  */
+/** HW dependent timer initialization  */
 #if (CONFIG_TIMER == TIMER_ON_OUTPUT_COMPARE0)
 
        static void timer_hw_init(void)