Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1595 → Rev 1596

/demos/trunk/shutdown/ishut.c
45,7 → 45,6
#include "rrsoft/rrsoft/rrsoft.h"
#include "dummy/dummy/dummy.h"
#include "sem/sem/sem.h"
#include "hartport/hartport/hartport.h"
 
/*+ sysyem tick in us +*/
#define TICK 0
91,8 → 90,6
{
struct multiboot_info *mb = (struct multiboot_info *)arg;
 
HARTPORT_init();
 
/* Create the shutdown task. It will be activated at RUNLEVEL
SHUTDOWN */
set_shutdown_task();