OSHalt

Syntax

#include <revolution/os.h>

void OSHalt(char* msg);

Arguments

msg Pointer to a null-terminated string.

Return Values

None.

Description

Outputs the specified text message to the serial output and stops the program.

See Also

Error Functions, ASSERT, ASSERTMSG, OSReport

Revision History

2006/03/01 Initial version.


CONFIDENTIAL