Subversion Repositories NaviCtrl

Rev

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

Rev 320 Rev 321
Line 33... Line 33...
33
 
33
 
34
#define VERSION_SERIAL_MAJOR    11
34
#define VERSION_SERIAL_MAJOR    11
Line 35... Line 35...
35
#define VERSION_SERIAL_MINOR    0
35
#define VERSION_SERIAL_MINOR    0
36
 
36
 
37
#ifndef FOLLOW_ME
37
#ifndef FOLLOW_ME
38
#define FC_SPI_COMPATIBLE               20
38
#define FC_SPI_COMPATIBLE               21
39
#else
39
#else
Line 40... Line 40...
40
#define FC_SPI_COMPATIBLE               0xFF
40
#define FC_SPI_COMPATIBLE               0xFF
Line 146... Line 146...
146
        u8 NaviAngleLimitation;
146
        u8 NaviAngleLimitation;
147
        u8 NaviPH_LoginTime;
147
        u8 NaviPH_LoginTime;
148
        u8 OrientationAngle;
148
        u8 OrientationAngle;
149
        u8 GlobalConfig;
149
        u8 GlobalConfig;
150
        u8 ExtraConfig;
150
        u8 ExtraConfig;
-
 
151
        u8 ComingHomeAltitude;
151
} __attribute__((packed)) Param_t;
152
} __attribute__((packed)) Param_t;
Line 152... Line 153...
152
 
153
 
153
typedef struct
154
typedef struct
154
{
155
{