From 5467d08536d4ab25cbacad7b0ddfec787e63ccfc Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Fri, 26 Nov 2010 14:34:10 +0100 Subject: [PATCH] * hwtimer: export hwtimer_now --- core/include/hwtimer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/include/hwtimer.h b/core/include/hwtimer.h index b2d8d2666e..d17137edeb 100644 --- a/core/include/hwtimer.h +++ b/core/include/hwtimer.h @@ -124,6 +124,7 @@ void hwtimer_t0_enable_interrupt(void); void hwtimer_t0_set(unsigned long value, short timer); void hwtimer_t0_unset(short timer); unsigned long hwtimer_t0_now(void); +unsigned long hwtimer_now(void); /** @} */ #endif /* __HWTIMER_H */