Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 726 → Rev 733

/branches/V0.68d Code Redesign killagreg/fc.h
84,6 → 84,7
// current stick elongations
extern int16_t MaxStickPitch, MaxStickRoll, MaxStickYaw;
extern uint8_t MotorsOn;
extern uint8_t EmergencyLanding;
 
 
#endif //_FC_H