remove unneed function. Use hpread in context switch benchmark.
[bertos.git] / bertos / cpu / avr / drv / timer_avr.h
index 20764a1b60658328913da827d6a081b4cf160570..78225ff19fabe52445f96cb2bb165867f080a0f8 100644 (file)
@@ -33,8 +33,6 @@
  *
  * \brief Low-level timer module for AVR (interface).
  *
- * \version $Id$
- *
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Francesco Sacchi <batt@develer.com>
  * \author Luca Ottaviano <lottaviano@develer.com>
 /** Not needed, timer IRQ handler called only for timer source */
 #define timer_hw_triggered() (true)
 
-
-INLINE hptime_t timer_hw_hpticks(ticks_t clock)
-{
-       return timer_hw_hpread() + clock * TIMER_HW_CNT;
-}
-
 void timer_hw_init(void);
 
 #endif /* DRV_TIMER_AVR_H */