Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1429 → Rev 1431

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