Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1535 → Rev 1536

/demos/trunk/jumpball/demo.h
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.h,v 1.6 2004-04-18 09:45:27 giacomo Exp $
CVS : $Id: demo.h,v 1.7 2004-09-14 09:21:13 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.6 $
Last update: $Date: 2004-04-18 09:45:27 $
Revision: $Revision: 1.7 $
Last update: $Date: 2004-09-14 09:21:13 $
------------
**/
 
90,18 → 90,18
 
#if CPU==400
#define WCET_JETCTRL 7500
#define WCET_JETDUMMY 200
#define WCET_JETDUMMY 400
#define WCET_JETSLIDE 2100
#define WCET_BALL 100
#define WCET_HARD_BALL 380
#define WCET_BALL 250
#define WCET_HARD_BALL 480
#define BALL_DELAY 10000
#endif
 
#if CPU==1300
#define WCET_JETCTRL 4500
#define WCET_JETDUMMY 100
#define WCET_JETDUMMY 200
#define WCET_JETSLIDE 1300
#define WCET_BALL 100
#define WCET_BALL 250
#define WCET_HARD_BALL 650
#define BALL_DELAY 100000
#endif
110,7 → 110,7
#define WCET_JETCTRL 4500
#define WCET_JETDUMMY 100
#define WCET_JETSLIDE 1300
#define WCET_BALL 100
#define WCET_BALL 250
#define WCET_HARD_BALL 410
#define BALL_DELAY 100000
#endif