Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1127 → Rev 1155

/demos/trunk/mesademo/initfile.c
18,11 → 18,11
 
/*
------------
CVS : $Id: initfile.c,v 1.1 2003-03-13 13:13:15 giacomo Exp $
CVS : $Id: initfile.c,v 1.2 2003-04-28 11:12:24 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-03-13 13:13:15 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-04-28 11:12:24 $
------------
 
System initialization file
44,7 → 44,6
 
This file is similar to the configuration of kernel/init/hartik3.c
 
TICK is set to 0 (one-shot timer is used)
*/
 
/*
80,7 → 79,7
 
 
/*+ sysyem tick in us +*/
#define TICK 0
#define TICK 1000
 
/*+ RR tick in us +*/
#define RRTICK 10000
110,7 → 109,6
HARTPORT_init();
 
keyb_def_ctrlC(kparms, NULL);
keyb_def_map(kparms,itaMap);
KEYB_init(&kparms);
 
__call_main__(mb);