X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_qt.h;h=76268fd407d5ad2f5b125f29a7adbd5e355fdc09;hb=2535cb94ec2183791128f8bbd109ca69a960cf78;hp=a4772de4f2e25978757495831b65ca0bae70f589;hpb=766a22ae58928039e82f428d17a8a944ab2fb553;p=bertos.git diff --git a/drv/timer_qt.h b/drv/timer_qt.h old mode 100755 new mode 100644 index a4772de4..76268fd4 --- a/drv/timer_qt.h +++ b/drv/timer_qt.h @@ -1,8 +1,33 @@ -/*! +/** * \file * * * \version $Id$ @@ -11,19 +36,6 @@ * * \brief Low-level timer module for Qt emulator (interface). */ - -/*#* - *#* $Log$ - *#* 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 @@ -42,5 +54,4 @@ typedef unsigned int hptime_t; /// Not needed. #define timer_hw_irq() do {} while (0) - #endif /* DRV_TIMER_QT_H */