X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_qt.c;h=55527f902516159e98c5e40c430349e685912415;hb=27fef4ed34eb237817defa14242e726ccad70948;hp=9b7a289c64f73fc638a07cb62e8554480baa7abf;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/drv/timer_qt.c b/drv/timer_qt.c old mode 100755 new mode 100644 index 9b7a289c..55527f90 --- a/drv/timer_qt.c +++ b/drv/timer_qt.c @@ -1,8 +1,33 @@ /** * \file * * * \version $Id$ @@ -14,6 +39,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/09/13 18:25:22 bernie + *#* Fix GCC error. + *#* *#* Revision 1.5 2006/07/19 12:56:26 bernie *#* Convert to new Doxygen style. *#* @@ -109,13 +137,13 @@ public slots: /// HW dependent timer initialization. -extern "C" static void timer_hw_init(void) +static void timer_hw_init(void) { // Kick EmulTimer initialization EmulTimer::instance().init(); } -extern "C" INLINE hptime_t timer_hw_hpread(void) +INLINE hptime_t timer_hw_hpread(void) { return EmulTimer::instance().hpread(); }