Subversion Repositories NaviCtrl

Rev

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

Rev 283 Rev 284
Line 5... Line 5...
5
//#define DEBUG 0
5
//#define DEBUG 0
6
//-----------------------
6
//-----------------------
Line 7... Line 7...
7
 
7
 
8
#define VERSION_MAJOR   0
8
#define VERSION_MAJOR   0
9
#define VERSION_MINOR   23
9
#define VERSION_MINOR   23
10
#define VERSION_PATCH   6
10
#define VERSION_PATCH   7
11
// 0 = A
11
// 0 = A
12
// 1 = B
12
// 1 = B
13
// 2 = C
13
// 2 = C
14
// 3 = D
14
// 3 = D
Line 19... Line 19...
19
// 8 = I
19
// 8 = I
Line 20... Line 20...
20
 
20
 
21
#define VERSION_SERIAL_MAJOR    11
21
#define VERSION_SERIAL_MAJOR    11
Line 22... Line 22...
22
#define VERSION_SERIAL_MINOR    0
22
#define VERSION_SERIAL_MINOR    0
23
 
23
 
Line 24... Line 24...
24
#define FC_SPI_COMPATIBLE               17
24
#define FC_SPI_COMPATIBLE               18
25
#define MK3MAG_I2C_COMPATIBLE   3
25
#define MK3MAG_I2C_COMPATIBLE   3
26
 
26