Subversion Repositories NaviCtrl

Rev

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

Rev 472 Rev 475
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   1
16
#define VERSION_MINOR   1
17
#define VERSION_PATCH   4
17
#define VERSION_PATCH   5
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 192... Line 192...
192
        u16 BAT_UsedCapacity;
192
        u16 BAT_UsedCapacity;
193
        u8 StatusFlags;
193
        u8 StatusFlags;
194
        u8 Error[5];
194
        u8 Error[5];
195
        u8 StatusFlags2;
195
        u8 StatusFlags2;
196
        u8 FromFC_SpeakHoTT;
196
        u8 FromFC_SpeakHoTT;
-
 
197
    s16 FromFC_CompassOffset;
-
 
198
    u8 FromFC_DisableDeclination;
197
} __attribute__((packed)) FC_t; // from FC 
199
} __attribute__((packed)) FC_t; // from FC 
Line 198... Line 200...
198
 
200
 
199
 
201