OS_InitPrintServer

C Specification

#include <nitro/os.h>

void OS_InitPrintServer( void );

Arguments

None.

Return Values

None.

Description

This is an initialization function to display 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_PrintServer

Revision History

08/19/2005 Initial version