X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Ftimer_posix.c;h=bd6d64ebfb38e1fe7d3307b91bb64c6f9aa5b592;hb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;hp=6204885e987408fd5433a8d094723e24c9ca1d65;hpb=766a22ae58928039e82f428d17a8a944ab2fb553;p=bertos.git diff --git a/drv/timer_posix.c b/drv/timer_posix.c old mode 100755 new mode 100644 index 6204885e..bd6d64eb --- a/drv/timer_posix.c +++ b/drv/timer_posix.c @@ -1,6 +1,31 @@ -/*! +/** * \file * @@ -14,6 +39,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.5 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. *#*