Rev 726 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 726 | Rev 733 | ||
---|---|---|---|
Line 82... | Line 82... | ||
82 | // current stick values |
82 | // current stick values |
83 | extern int16_t StickPitch, StickRoll, StickYaw; |
83 | extern int16_t StickPitch, StickRoll, StickYaw; |
84 | // current stick elongations |
84 | // current stick elongations |
85 | extern int16_t MaxStickPitch, MaxStickRoll, MaxStickYaw; |
85 | extern int16_t MaxStickPitch, MaxStickRoll, MaxStickYaw; |
86 | extern uint8_t MotorsOn; |
86 | extern uint8_t MotorsOn; |
- | 87 | extern uint8_t EmergencyLanding; |
|
Line 87... | Line 88... | ||
87 | 88 |