Skip to content

Commit

Permalink
fix missing constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Oct 18, 2023
1 parent 8798cf7 commit 86a6be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mavlink_interface.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "mavlink_interface.h"
MavlinkInterface::MavlinkInterface() {
}

MavlinkInterface::~MavlinkInterface() {
close();
Expand Down

0 comments on commit 86a6be7

Please sign in to comment.