X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_test.c;h=16595868f91cad22f5ebe59de126a11678470016;hb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;hp=0d01307f95284c2bdf166b11cecd7fa2efd49545;hpb=766a22ae58928039e82f428d17a8a944ab2fb553;p=bertos.git diff --git a/drv/timer_test.c b/drv/timer_test.c old mode 100755 new mode 100644 index 0d01307f..16595868 --- a/drv/timer_test.c +++ b/drv/timer_test.c @@ -1,6 +1,31 @@ -/*! +/** * \file * @@ -13,6 +38,9 @@ /*#* *#* $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. *#*