Subversion Repositories NaviCtrl

Rev

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

Rev 639 Rev 646
Line 12... Line 12...
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   10
16
#define VERSION_MINOR   10
17
#define VERSION_PATCH   2
17
#define VERSION_PATCH   3
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 34... Line 34...
34
// 16 = Q
34
// 16 = Q
35
// 17 = R
35
// 17 = R
36
// 18 = S
36
// 18 = S
Line 37... Line 37...
37
 
37
 
38
#ifndef FOLLOW_ME
38
#ifndef FOLLOW_ME
39
#define FC_SPI_COMPATIBLE               75      //   <------------------
39
#define FC_SPI_COMPATIBLE               76      //   <------------------
40
#else
40
#else
41
#define FC_SPI_COMPATIBLE               0xFF
41
#define FC_SPI_COMPATIBLE               0xFF
Line 42... Line 42...
42
#endif
42
#endif
Line 240... Line 240...
240
        u8 Driftkomp;
240
        u8 Driftkomp;
241
        u8 ReceiverType;
241
        u8 ReceiverType;
242
        u8 HomeYawMode;
242
        u8 HomeYawMode;
243
        u8 Speak100m;
243
        u8 Speak100m;
244
        u8 AutoWpEventValue;
244
        u8 AutoWpEventValue;
-
 
245
        u8 FailSafeTime;
245
} __attribute__((packed)) Param_t;
246
} __attribute__((packed)) Param_t;
Line 246... Line 247...
246
 
247
 
247
typedef struct
248
typedef struct
248
{
249
{