Skip to content

Commit 128edc0

Browse files
committed
Fix
1 parent fada667 commit 128edc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Comms/MAVLinkProtocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ private slots:
115115
float _runningLossPercent[MAVLINK_COMM_NUM_BUFFERS]{}; ///< Loss rate
116116

117117
bool _initialized = false;
118-
118+
119119
static constexpr const char *_tempLogFileTemplate = "FlightDataXXXXXX"; ///< Template for temporary log file
120120
static constexpr const char *_logFileExtension = "mavlink"; ///< Extension for log files
121121

0 commit comments

Comments
 (0)