timer_simple_avr.h
Go to the documentation of this file.00001 00038 /*#* 00039 *#* $Log$ 00040 *#* Revision 1.2 2006/07/19 12:56:26 bernie 00041 *#* Convert to new Doxygen style. 00042 *#* 00043 *#* Revision 1.1 2005/04/12 01:37:50 bernie 00044 *#* Import into DevLib. 00045 *#* 00046 *#* Revision 1.2 2005/04/12 01:18:09 bernie 00047 *#* time_t -> mtime_t. 00048 *#* 00049 *#* Revision 1.1 2004/10/13 16:36:32 batt 00050 *#* Simplified timer delay routines. 00051 *#* 00052 *#* 00053 */ 00054 #ifndef TIMER_SIMPLE_H 00055 #include <compiler.h> 00056 00057 extern void timer_delay(mtime_t time); 00058 #define TIMER_SIMPLE_H 00059 00060 #endif /* TIMER_SIMPLE_H */
