From: bernie Date: Thu, 23 Feb 2006 11:03:33 +0000 (+0000) Subject: Documentation fix. X-Git-Tag: 1.0.0~694 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7c0a648a575423f123886b1309c9f017f024f83c;p=bertos.git Documentation fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@547 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/drv/timer_posix.h b/drv/timer_posix.h index fbaf9e4f..946c1125 100755 --- a/drv/timer_posix.h +++ b/drv/timer_posix.h @@ -14,6 +14,9 @@ /*#* *#* $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. *#* @@ -30,7 +33,10 @@ // HW dependent timer initialization #define DEFINE_TIMER_ISR void timer_isr(UNUSED_ARG(int, arg)) + +/** Most Linux kernels can't do better than this (CONFIG_HZ=250). */ #define TIMER_TICKS_PER_SEC 250 + #define TIMER_HW_CNT (1<<31) /* We assume 32bit integers here */ #include