#include <nitro/os.h>void OS_ClearCallTraceBuffer( void );
This function clears the function call trace information buffer.
This function was made on the assumption that it would be used when function call trace information is recorded in log mode. Calling this function clears everything that has been recorded until the time that you call it. Use this if you want to log from a certain point.
This function is for debugging. Therefore in the final ROM version (FINALROM) library it will not do anything.
None
None
OS_InitCallTrace, OS_DumpCallTrace
04/22/2004 Initial Version