|
From: Andre R. <and...@us...> - 2005-01-14 20:16:30
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29017/Common/source Modified Files: shell.c Log Message: Initialize the new fast timing facilities in FastTimes.c from shellinit(). Index: shell.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/shell.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** shell.c 13 Jan 2005 23:58:04 -0000 1.10 --- shell.c 14 Jan 2005 20:16:17 -0000 1.11 *************** *** 1243,1246 **** --- 1243,1249 ---- openabout (true, macmemoryconfig.reserveforcode); /*show about window, do zoom -- closed by shellmaineventloop*/ //#endif + + FastInitialize(); /*2005-01-14 aradke: init timer, may take up to a second to callibrate*/ + #endif |