X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_qt.c;h=6f96da646984ce5e69c53e7c135669fd9d3c6f35;hb=f5207bd1f7e86dccc484802550cb1e53bb403c50;hp=73e9ad47e20440b8cf8c4c00ab3db6eb2cbcfad1;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/drv/timer_qt.c b/drv/timer_qt.c index 73e9ad47..6f96da64 100644 --- a/drv/timer_qt.c +++ b/drv/timer_qt.c @@ -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,29 +36,6 @@ * * \brief Low-level timer module for Qt emulator (implementation). */ - -/*#* - *#* $Log$ - *#* Revision 1.6 2006/09/13 18:25:22 bernie - *#* Fix GCC error. - *#* - *#* Revision 1.5 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.4 2006/05/28 12:17:57 bernie - *#* Drop almost all the Qt3 cruft. - *#* - *#* 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 2006/02/20 02:01:35 bernie - *#* Port to Qt 4.1. - *#* - *#* Revision 1.1 2005/11/27 03:06:36 bernie - *#* Qt timer emulation. - *#* - *#*/ - #include /* hptime.t */ // Qt headers @@ -148,3 +125,5 @@ INLINE hptime_t timer_hw_hpread(void) return EmulTimer::instance().hpread(); } +/** Not needed, timer IRQ handler called only for timer source */ +#define timer_hw_triggered() (true)