/** * \file * * * \brief Simple delay routine * * \author Francesco Sacchi */ #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 extern void timer_delay(mtime_t time); #endif /* TIMER_SIMPLE_H */ #endif