Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1352 → Rev 1351

/demos/trunk/jumpball/demo.h
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.h,v 1.4 2004-03-28 09:14:17 pj Exp $
CVS : $Id: demo.h,v 1.3 2003-05-05 09:21:55 pj Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2004-03-28 09:14:17 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-05-05 09:21:55 $
------------
**/
 
62,11 → 62,10
/* CPU Speed Selection
--------------------------------------------------------------------
1700 - Pentium 4 1.7 GHz
1300 - Centrino 1.3 GHz
400 - Pentium 2 400 MHz
133 - Pentium 1 133 MHz
*/
#define CPU 1300
#define CPU 1700
 
/*
*
92,15 → 91,6
#define BALL_DELAY 10000
#endif
 
#if CPU==1300
#define WCET_JETCTRL 4500
#define WCET_JETDUMMY 100
#define WCET_JETSLIDE 1300
#define WCET_BALL 100
#define WCET_HARD_BALL 650
#define BALL_DELAY 100000
#endif
 
#if CPU==1700
#define WCET_JETCTRL 4500
#define WCET_JETDUMMY 100