Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Apr 17, 2024
1 parent 7c1f256 commit cdd6ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/network/gcs_routes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "ticks/path_gen.hpp"
#include "ticks/path_validate.hpp"

using namespace std::chrono_literals;
using namespace std::chrono_literals; // NOLINT

/*
* This file defines all of the GCS handler functions for every route
Expand Down
2 changes: 1 addition & 1 deletion src/network/mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,4 @@ mavsdk::Telemetry::FlightMode MavlinkClient::flight_mode() {

mavsdk::Telemetry::RcStatus MavlinkClient::get_conn_status() {
return this->telemetry->rc_status();
}
}

0 comments on commit cdd6ebd

Please sign in to comment.