#include <revolution/os.h>
void OSHalt(char* msg);
|
Pointer to a null-terminated string. |
None.
Outputs the specified text message to the serial output and stops the program.
Error Functions, ASSERT, ASSERTMSG,OSReport
03/01/2006 Initial version.