Skip to content

Commit

Permalink
Merge branch 'develop' into tune-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Oct 21, 2019
2 parents 86a865c + 5a25399 commit 082e5d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion src/integration_tests/mavlink_passthrough.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ TEST_F(SitlTest, MavlinkPassthrough)

LogInfo() << "HIGHRES_IMU.temperature [1] (" << counter << ")"
<< highres_imu.temperature << " degrees C";
if (++counter > 100) {
if (++counter == 100) {
EXPECT_FALSE(stopped);
if (!stopped) {
stopped = true;
Expand Down
55 changes: 0 additions & 55 deletions third_party/boringssl/CMakeLists.txt

This file was deleted.

17 changes: 0 additions & 17 deletions third_party/openssl/CMakeLists.txt

This file was deleted.

0 comments on commit 082e5d3

Please sign in to comment.