X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=drv%2Ftimer_posix.h;h=fd2e9c60cf24f734cc13f28d1d80025cfed7af52;hb=3d99acee09d6ea368be717347d0f887dae83b8d7;hp=946c1125b5257228321b8d1983711499851f2a59;hpb=7c0a648a575423f123886b1309c9f017f024f83c;p=bertos.git diff --git a/drv/timer_posix.h b/drv/timer_posix.h old mode 100755 new mode 100644 index 946c1125..fd2e9c60 --- a/drv/timer_posix.h +++ b/drv/timer_posix.h @@ -1,8 +1,33 @@ -/*! +/** * \file * * * \version $Id$ @@ -11,22 +36,6 @@ * * \brief Low-level timer module for POSIX systems (interface). */ - -/*#* - *#* $Log$ - *#* 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 @@ -47,5 +56,4 @@ /// Not needed. #define timer_hw_irq() do {} while (0) - -#endif /* DRV_TIMER_QT_H */ +#endif /* DRV_TIMER_POSIX_H */