X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_qt.h;h=76268fd407d5ad2f5b125f29a7adbd5e355fdc09;hb=2535cb94ec2183791128f8bbd109ca69a960cf78;hp=ccb7dc795cb7cc1e24103f28d64a51b3cc242906;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/drv/timer_qt.h b/drv/timer_qt.h index ccb7dc79..76268fd4 100644 --- a/drv/timer_qt.h +++ b/drv/timer_qt.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \version $Id$ @@ -36,22 +36,6 @@ * * \brief Low-level timer module for Qt emulator (interface). */ - -/*#* - *#* $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:57:00 bernie - *#* Documentation fixes. - *#* - *#* Revision 1.1 2005/11/27 03:06:36 bernie - *#* Qt timer emulation. - *#* - *#*/ #ifndef DRV_TIMER_QT_H #define DRV_TIMER_QT_H @@ -70,5 +54,4 @@ typedef unsigned int hptime_t; /// Not needed. #define timer_hw_irq() do {} while (0) - #endif /* DRV_TIMER_QT_H */