Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1429 → Rev 1428

/demos/trunk/advtimer/initfile.c
98,8 → 98,6
 
/* Set the shutdown task activation */
sys_atrunlevel(call_shutdown_task, NULL, RUNLEVEL_SHUTDOWN);
sys_set_reboot(EXIT_MODE_HALT);
 
__call_main__(mb);
 
/demos/trunk/advtimer/makefile
13,5 → 13,5
 
# Text applications
advtimer:
make -f $(SUBMAKE) APP=advtimer INIT= OTHEROBJS="initfile.o" SHARKOPT="__LINUXC26__ __NEWPCI__ __INPUT__"
make -f $(SUBMAKE) APP=advtimer INIT= OTHEROBJS="initfile.o" SHARKOPT="__LINUXC26__ __NEWPIC__ __INPUT__"