Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1574 → Rev 1575

/demos/trunk/jumpball/demo.h
18,11 → 18,11
 
/**
------------
CVS : $Id: demo.h,v 1.7 2004-09-14 09:21:13 giacomo Exp $
CVS : $Id: demo.h,v 1.8 2006-06-27 09:27:15 tullio Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-09-14 09:21:13 $
Revision: $Revision: 1.8 $
Last update: $Date: 2006-06-27 09:27:15 $
------------
**/
 
153,7 → 153,14
#define JET_NTASK 35
#define JET_Y_NAME 170
 
#define DUMMY_PID 1
/*
*
* ATTENTION: the following PID MUST match
* with the one assigned by Shark to the
* Dummy task during dummy module creation.
*
*/
#define DUMMY_PID 2
 
#define JET_DUMMY_WIDTH 210
#define JET_DUMMY_HEIGHT 80