X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_test.c;h=170105dea8a1ca9ba809e4305faa5bb10eeb01b2;hb=e39b351c443b613123d5e8ab310e2b4b8663e71c;hp=4dd7c7d3653f5d58cf4ee4f448600d0cc807642f;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/drv/timer_test.c b/drv/timer_test.c index 4dd7c7d3..170105de 100644 --- a/drv/timer_test.c +++ b/drv/timer_test.c @@ -1,8 +1,33 @@ /** * \file * * * \brief Hardware independent timer driver (implementation) @@ -11,22 +36,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2006/02/21 21:28:02 bernie - *#* New time handling based on TIMER_TICKS_PER_SEC to support slow timers with ticks longer than 1ms. - *#* - *#* Revision 1.2 2005/11/27 03:58:18 bernie - *#* Add POSIX timer emulator. - *#* - *#* Revision 1.1 2005/11/27 03:04:08 bernie - *#* Move test code to timer_test.c; Add OS_HOSTED support. - *#* - *#*/ - #include "timer.c" #include "mware/event.c" #include "os/hptime.c"