timer_simple_avr.h
Go to the documentation of this file.00001 00038 #ifndef DRV_TIMER_SIMPLE_AVR_H 00039 #define DRV_TIMER_SIMPLE_AVR_H 00040 00041 #warning FIXME:This module is obsolete, yuo must refactor it. 00042 00043 #if 0 00044 #include <compiler.h> 00045 00046 extern void timer_delay(mtime_t time); 00047 00048 #endif /* TIMER_SIMPLE_H */ 00049 00050 #endif
