X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Ftimer_posix.c;h=e6149cead7f43d5e2a3058b381e86716ea2109d0;hb=faf2f6bfd5933ff75e6cc01e3d48f9277f731d8f;hp=c0584f077bcd3009a5b4f075b13f738ec0c0aa87;hpb=9ba9dcf2a59a952609e19154e11de3e2478cbf42;p=bertos.git diff --git a/drv/timer_posix.c b/drv/timer_posix.c index c0584f07..e6149cea 100644 --- a/drv/timer_posix.c +++ b/drv/timer_posix.c @@ -26,7 +26,7 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2005,2008 Develer S.r.l. (http://www.develer.com/) * * --> * @@ -36,32 +36,6 @@ * * \brief Low-level timer module for Qt emulator (implementation). */ - -/*#* - *#* $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. - *#* - *#* Revision 1.4 2006/02/17 22:24:21 bernie - *#* Update POSIX timer emulator. - *#* - *#* Revision 1.3 2006/02/10 12:34:52 bernie - *#* Remove spurious EXTERN_C. - *#* - *#* Revision 1.2 2006/01/16 03:30:21 bernie - *#* Make header C++ friendly. - *#* - *#* Revision 1.1 2005/11/27 03:58:18 bernie - *#* Add POSIX timer emulator. - *#* - *#* Revision 1.1 2005/11/27 03:06:36 bernie - *#* Qt timer emulation. - *#* - *#*/ - #include // hptime.t #include @@ -99,4 +73,3 @@ INLINE hptime_t timer_hw_hpread(void) { return hptime_get(); } -