OS_PrintServer

C Specification

#include <nitro/os.h>

void OS_PrintServer( void );

Arguments

None.

Return Values

None.

Description

This function displays debug messages from the ARM7.

Because this function is an SDK library debugging function, there is no need to use it in the application.

See Also

OS_InitPrintServer

Revision History

08/19/2005 Initial version