Subversion Repositories FlightCtrl

Rev

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

Rev 1765 Rev 1767
Line 15... Line 15...
15
#define FC_STATUS_FLY                                   0x02
15
#define FC_STATUS_FLY                                   0x02
16
#define FC_STATUS_CALIBRATE                             0x04
16
#define FC_STATUS_CALIBRATE                             0x04
17
#define FC_STATUS_START                                 0x08
17
#define FC_STATUS_START                                 0x08
18
#define FC_STATUS_EMERGENCY_LANDING             0x10
18
#define FC_STATUS_EMERGENCY_LANDING             0x10
19
#define FC_STATUS_LOWBAT                                0x20
19
#define FC_STATUS_LOWBAT                                0x20
20
#define FC_STATUS_RES1                                  0x40
20
#define FC_STATUS_VARIO_TRIM_UP                 0x40
21
#define FC_STATUS_RES2                                  0x80
21
#define FC_STATUS_VARIO_TRIM_DOWN               0x80
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
extern volatile unsigned char FC_StatusFlags;
23
extern volatile unsigned char FC_StatusFlags;