From: asterix Date: Mon, 17 Mar 2008 10:09:51 +0000 (+0000) Subject: Remove CVS logs. X-Git-Tag: 1.0.0~64 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=1fd9daddfa08d6733b7e31fcab3f0f7bafdaeacf;hp=f5207bd1f7e86dccc484802550cb1e53bb403c50;p=bertos.git Remove CVS logs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1188 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/timer_test.c b/drv/timer_test.c index c5be24c7..170105de 100644 --- a/drv/timer_test.c +++ b/drv/timer_test.c @@ -36,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"