Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1547 → Rev 1546

/demos/trunk/base/iaster7.c
18,11 → 18,11
 
/**
------------
CVS : $Id: iaster7.c,v 1.5 2005-01-08 14:31:38 pj Exp $
CVS : $Id: iaster7.c,v 1.4 2004-05-24 17:20:45 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2005-01-08 14:31:38 $
Revision: $Revision: 1.4 $
Last update: $Date: 2004-05-24 17:20:45 $
------------
 
System initialization file
151,7 → 151,7
shutdown_task_PID = task_create("Shutdown Task",shutdown_task_body,&nrt,NULL);
if (shutdown_task_PID == NIL) {
sys_shutdown_message("Error: Cannot create shutdown task\n");
exit(1);
sys_end();
}
 
}
203,6 → 203,8
 
sys_shutdown_message("-- S.Ha.R.K. Closed --\n");
 
sys_abort_shutdown(0);
 
return NULL;
 
}