Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1567 → Rev 1569

/demos/trunk/jumpball/rrn.c
7,6 → 7,7
*
* Authors :
* Paolo Gai <pj@gandalf.sssup.it>
* Tullio Facchinetti <tullio.facchinetti@unipv.it>
* (see the web pages for full authors list)
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
18,11 → 19,11
 
/**
------------
CVS : $Id: rrn.c,v 1.8 2005-05-10 17:21:17 mauro Exp $
CVS : $Id: rrn.c,v 1.9 2006-03-09 14:17:03 tullio Exp $
 
File: $File$
Revision: $Revision: 1.8 $
Last update: $Date: 2005-05-10 17:21:17 $
Revision: $Revision: 1.9 $
Last update: $Date: 2006-03-09 14:17:03 $
------------
**/
 
74,7 → 75,7
 
/*+ Interrupt Server +*/
#define INTDRIVE_Q 1000
#define INTDRIVE_U 1000
#define INTDRIVE_U 0.1*MAX_BANDWIDTH
#define INTDRIVE_FLAG 0
 
void call_shutdown_task(void *arg);