Browse Source

mavlink_receiver: remove unused start_helper declaration

master
Matthias Grob 3 years ago
parent
commit
05946ff0c6
  1. 1
      src/modules/mavlink/mavlink_receiver.h

1
src/modules/mavlink/mavlink_receiver.h

@ -130,7 +130,6 @@ public:
bool component_was_seen(int system_id, int component_id); bool component_was_seen(int system_id, int component_id);
void enable_message_statistics() { _message_statistics_enabled = true; } void enable_message_statistics() { _message_statistics_enabled = true; }
void print_detailed_rx_stats() const; void print_detailed_rx_stats() const;
static void *start_helper(void *context);
void request_stop() { _should_exit.store(true); } void request_stop() { _should_exit.store(true); }

Loading…
Cancel
Save