Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / timer_simple_avr.h
index 4815389ea9c008ac596cada640fafac1b100e349..a513209c9cb2bdf98a305b9f5d1e628118a0adb9 100644 (file)
   * \author Francesco Sacchi <batt@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.2  2006/07/19 12:56:26  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1  2005/04/12 01:37:50  bernie
- *#* Import into DevLib.
- *#*
- *#* Revision 1.2  2005/04/12 01:18:09  bernie
- *#* time_t -> mtime_t.
- *#*
- *#* Revision 1.1  2004/10/13 16:36:32  batt
- *#* Simplified timer delay routines.
- *#*
- *#*
- */
-#ifndef TIMER_SIMPLE_H
+#ifndef DRV_TIMER_SIMPLE_AVR_H
+#define DRV_TIMER_SIMPLE_AVR_H
+
+#warning FIXME:This module is obsolete, yuo must refactor it.
+
+#if 0
 #include <compiler.h>
 
 extern void timer_delay(mtime_t time);
-#define TIMER_SIMPLE_H
 
 #endif /* TIMER_SIMPLE_H */
+
+#endif