Subversion Repositories NaviCtrl

Rev

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

Rev 110 Rev 118
Line 1... Line 1...
1
#ifndef _MAIN_H
1
#ifndef _MAIN_H
2
#define _MAIN_H
2
#define _MAIN_H
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
#define VERSION_MAJOR   0
5
#define VERSION_MAJOR   0
Line 6... Line 6...
6
#define VERSION_MINOR   15
6
#define VERSION_MINOR   16
7
#define VERSION_PATCH   3
7
#define VERSION_PATCH   0
Line 8... Line 8...
8
 
8
 
9
#define VERSION_SERIAL_MAJOR    10
9
#define VERSION_SERIAL_MAJOR    10
Line 10... Line 10...
10
#define VERSION_SERIAL_MINOR    1
10
#define VERSION_SERIAL_MINOR    1
11
 
11
 
Line 71... Line 71...
71
        u8 Poti2;
71
        u8 Poti2;
72
        u8 Poti3;
72
        u8 Poti3;
73
        u8 Poti4;
73
        u8 Poti4;
74
        u8 RC_Quality;
74
        u8 RC_Quality;
75
        u8 UBat;
75
        u8 UBat;
76
        // MK_Flags
-
 
77
        u8 MKFlags;
76
        u8 MKFlags;
78
} __attribute__((packed)) FC_t;
77
} __attribute__((packed)) FC_t;
Line 79... Line 78...
79
 
78