Subversion Repositories FlightCtrl

Rev

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

Rev 2316 Rev 2322
Line 29... Line 29...
29
#define FC_STATUS2_WAIT_FOR_TAKEOFF             0x20   // Motor Running, but still on the ground
29
#define FC_STATUS2_WAIT_FOR_TAKEOFF             0x20   // Motor Running, but still on the ground
Line 30... Line 30...
30
 
30
 
31
//NC_To_FC_Flags
31
//NC_To_FC_Flags
32
#define NC_TO_FC_FLYING_RANGE           0x01
32
#define NC_TO_FC_FLYING_RANGE           0x01
-
 
33
#define NC_TO_FC_EMERGENCY_LANDING      0x02
-
 
34
#define NC_TO_FC_AUTOSTART                      0x04
Line 33... Line 35...
33
#define NC_TO_FC_EMERGENCY_LANDING      0x02
35
#define NC_TO_FC_AUTOLANDING            0x08 // not used 
34
 
36
 
Line 35... Line 37...
35
extern volatile unsigned char FC_StatusFlags, FC_StatusFlags2;
37
extern volatile unsigned char FC_StatusFlags, FC_StatusFlags2;