From: Erik M. <er...@us...> - 2001-07-24 13:23:57
|
Update of /cvsroot/blob/blob/include In directory usw-pr-cvs1:/tmp/cvs-serv9911/include Modified Files: Tag: blob_1_0_9_hack time.h Log Message: - "reblob" command that allows you to start a just downloaded blob from RAM - updated documentation - start.S updated for reblob, it now finds out where it is running from - made msleep() function for Reboot() and Reblob() Index: time.h =================================================================== RCS file: /cvsroot/blob/blob/include/time.h,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- time.h 2001/07/20 18:39:03 1.1.1.1.2.1 +++ time.h 2001/07/24 13:23:54 1.1.1.1.2.2 @@ -56,6 +56,8 @@ void TimerClearOverflow(void); +/* suspend execution for interval of milliseconds */ +void msleep(unsigned int msec); |