Subversion Repositories NaviCtrl

Rev

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

Rev 504 Rev 505
Line 11... Line 11...
11
//-----------------------
11
//-----------------------
12
//#define DEBUG 0
12
//#define DEBUG 0
13
//-----------------------
13
//-----------------------
Line 14... Line 14...
14
 
14
 
15
#define VERSION_MAJOR   2
15
#define VERSION_MAJOR   2
16
#define VERSION_MINOR   3
16
#define VERSION_MINOR   4
17
#define VERSION_PATCH   7
17
#define VERSION_PATCH   0
18
// 0 = A
18
// 0 = A
19
// 1 = B
19
// 1 = B
20
// 2 = C
20
// 2 = C
21
// 3 = D
21
// 3 = D
Line 33... Line 33...
33
// 15 = P
33
// 15 = P
34
// 16 = Q
34
// 16 = Q
35
// 17 = R
35
// 17 = R
36
// 18 = S
36
// 18 = S
Line 37... Line -...
37
 
-
 
38
#define VERSION_SERIAL_MAJOR    12
-
 
39
#define VERSION_SERIAL_MINOR    0
-
 
40
 
37
 
41
#ifndef FOLLOW_ME
38
#ifndef FOLLOW_ME
42
#define FC_SPI_COMPATIBLE               59
39
#define FC_SPI_COMPATIBLE               60      //   <------------------
43
#else
40
#else
44
#define FC_SPI_COMPATIBLE               0xFF
41
#define FC_SPI_COMPATIBLE               0xFF
Line 45... Line 42...
45
#endif
42
#endif
Line 139... Line 136...
139
extern u8 ClearFCStatusFlags;
136
extern u8 ClearFCStatusFlags;
140
void Interrupt_Init(void);
137
void Interrupt_Init(void);
141
extern s16 GeoMagDec;
138
extern s16 GeoMagDec;
142
extern u8 NewWPL_Name;
139
extern u8 NewWPL_Name;
Line -... Line 140...
-
 
140
 
-
 
141
#define VERSION_SERIAL_MAJOR    11 // do not change!
-
 
142
#define VERSION_SERIAL_MINOR    0
143
 
143
 
144
typedef struct
144
typedef struct
145
{
145
{
146
        u8 ActiveSetting;
146
        u8 ActiveSetting;
147
        u8 User1;
147
        u8 User1;