OSHalt

C Specification

#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

03/01/2006 Initial version.