/* CC-RX's user define function */ void abort( void ); void abort( void ) { for(;;) {} }