X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_posix.h;h=fd2e9c60cf24f734cc13f28d1d80025cfed7af52;hb=2535cb94ec2183791128f8bbd109ca69a960cf78;hp=f6b725a3d79edf0003bb3552224bf62f1eae967d;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/drv/timer_posix.h b/drv/timer_posix.h old mode 100755 new mode 100644 index f6b725a3..fd2e9c60 --- a/drv/timer_posix.h +++ b/drv/timer_posix.h @@ -1,8 +1,33 @@ /** * \file * * * \version $Id$ @@ -11,25 +36,6 @@ * * \brief Low-level timer module for POSIX systems (interface). */ - -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.3 2006/02/23 11:03:33 bernie - *#* Documentation fix. - *#* - *#* Revision 1.2 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.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. - *#* - *#*/ #ifndef DRV_TIMER_POSIX_H #define DRV_TIMER_POSIX_H @@ -50,5 +56,4 @@ /// Not needed. #define timer_hw_irq() do {} while (0) - -#endif /* DRV_TIMER_QT_H */ +#endif /* DRV_TIMER_POSIX_H */