Update of /cvsroot/blob/blob/include/blob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17799/include/blob
Modified Files:
time.h
Log Message:
SerialInputString with millisecond timeout option.
Index: time.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/time.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- time.h 4 Sep 2003 18:03:09 -0000 1.4
+++ time.h 5 Feb 2004 18:16:03 -0000 1.5
@@ -43,6 +43,7 @@
#define TICKS_PER_SECOND 3686400
+#define TICKS_PER_MILLI 3686
typedef void (*timer_init_func_t)(void);
typedef u32 (*timer_read_func_t)(void);
|