#include <nitro/os.h>
void OS_Terminate( void );
None.
This function sets the CPU to HALT status and loops the program. There is no return from this function.
Prohibits interrupts and calls OS_Halt() internally.
OS_Halt()
OS_Panic, OS_Halt, OS_Exit
04/05/2004 Initial Version