mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 05:34:07 +08:00
MAVLink: remove never used _mavlink_link_termination_allowed
This commit is contained in:
parent
1206005ed2
commit
dfee9ca4c6
@ -1963,10 +1963,6 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
break;
|
||||
#endif
|
||||
|
||||
// case 'e':
|
||||
// _mavlink_link_termination_allowed = true;
|
||||
// break;
|
||||
|
||||
case 'm': {
|
||||
|
||||
int mode;
|
||||
|
||||
@ -597,8 +597,6 @@ private:
|
||||
*/
|
||||
unsigned int _mavlink_param_queue_index{0};
|
||||
|
||||
bool _mavlink_link_termination_allowed{false};
|
||||
|
||||
char *_subscribe_to_stream{nullptr};
|
||||
float _subscribe_to_stream_rate{0.0f}; ///< rate of stream to subscribe to (0=disable, -1=unlimited, -2=default)
|
||||
bool _udp_initialised{false};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user