Subversion Repositories FlightCtrl

Rev

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

Rev 735 Rev 761
Line 40... Line 40...
40
 uint8_t        RemoteButtons;
40
 uint8_t        RemoteButtons;
41
 int8_t         Pitch;
41
 int8_t         Pitch;
42
 int8_t         Roll;
42
 int8_t         Roll;
43
 int8_t         Yaw;
43
 int8_t         Yaw;
44
 uint8_t        Thrust;
44
 uint8_t        Thrust;
45
 int8_t         Hight;
45
 int8_t         Height;
46
 uint8_t        free;
46
 uint8_t        free;
47
 uint8_t        Frame;
47
 uint8_t        Frame;
48
 uint8_t        Config;
48
 uint8_t        Config;
49
} ExternControl_t;
49
} ExternControl_t;