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