X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_posix.h;h=fd2e9c60cf24f734cc13f28d1d80025cfed7af52;hb=839bb85440ae6b21ef990fd373008a7a021a9148;hp=50524e8c5a8ffe9d78929b7bf697506598861064;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/drv/timer_posix.h b/drv/timer_posix.h index 50524e8c..fd2e9c60 100644 --- a/drv/timer_posix.h +++ b/drv/timer_posix.h @@ -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,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 */