Skip to content

Commit

Permalink
Removed unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickRung committed Nov 8, 2024
1 parent c8680e9 commit 413b681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/network/MissionControlTasks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ void TelemReportTask::sendTelemetry() {
double gpsRecency = util::durationToSec(dataclock::now() - gps.getTime());
recency = std::max(recency, gpsRecency);
}

json msg = {{"type", ROVER_POS_REP_TYPE},
{"orientW", quat.w()},
{"orientX", quat.x()},
Expand Down

0 comments on commit 413b681

Please sign in to comment.