Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1569 → Rev 1567

/demos/trunk/jumpball/rrn.c
7,7 → 7,6
*
* 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)
19,11 → 18,11
 
/**
------------
CVS : $Id: rrn.c,v 1.9 2006-03-09 14:17:03 tullio Exp $
CVS : $Id: rrn.c,v 1.8 2005-05-10 17:21:17 mauro Exp $
 
File: $File$
Revision: $Revision: 1.9 $
Last update: $Date: 2006-03-09 14:17:03 $
Revision: $Revision: 1.8 $
Last update: $Date: 2005-05-10 17:21:17 $
------------
**/
 
75,7 → 74,7
 
/*+ Interrupt Server +*/
#define INTDRIVE_Q 1000
#define INTDRIVE_U 0.1*MAX_BANDWIDTH
#define INTDRIVE_U 1000
#define INTDRIVE_FLAG 0
 
void call_shutdown_task(void *arg);