Subversion Repositories Projects

Rev

Rev 279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 279 Rev 307
Line 59... Line 59...
59
static const int N_ERRORCODE        = 68; //77
59
static const int N_ERRORCODE        = 68; //77
Line 60... Line 60...
60
 
60
 
61
 
61
 
-
 
62
// Positionen der Setting-Parameter
-
 
63
///////////////////////////////////
-
 
64
 
-
 
65
#ifdef _BETA_
-
 
66
static const int VERSION_SETTINGS = 75;
62
// Positionen der Setting-Parameter
67
static const int VERSION_MIXER    = 1;
-
 
68
#else
-
 
69
static const int VERSION_SETTINGS = 74;
-
 
70
static const int VERSION_MIXER    = 1;
-
 
71
#endif
Line 63... Line 72...
63
///////////////////////////////////
72
 
Line 64... Line 73...
64
static const int VERSION_SETTINGS = 74;
73
static const int MAXMOTOR = 12;
65
 
74