X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_posix.h;fp=drv%2Ftimer_posix.h;h=fd2e9c60cf24f734cc13f28d1d80025cfed7af52;hb=7af44c59736ad212ad0f7b0269493db8d5122dc5;hp=4cce9982725de8736dd7826b6991c694a9e5686b;hpb=4531ca475e75f03ea9a6e559b2e80c88e1ce04e1;p=bertos.git diff --git a/drv/timer_posix.h b/drv/timer_posix.h index 4cce9982..fd2e9c60 100644 --- a/drv/timer_posix.h +++ b/drv/timer_posix.h @@ -36,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 @@ -75,5 +56,4 @@ /// Not needed. #define timer_hw_irq() do {} while (0) - -#endif /* DRV_TIMER_QT_H */ +#endif /* DRV_TIMER_POSIX_H */