Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1428 → Rev 1429

/demos/trunk/advtimer/initfile.c
98,6 → 98,8
 
/* Set the shutdown task activation */
sys_atrunlevel(call_shutdown_task, NULL, RUNLEVEL_SHUTDOWN);
sys_set_reboot(EXIT_MODE_HALT);
 
__call_main__(mb);