Skip to content

Commit

Permalink
Merge pull request #3610 from zimmy87/fix-3607
Browse files Browse the repository at this point in the history
Fix drone starting paused in packaged version
  • Loading branch information
Jonathan authored Apr 19, 2021
2 parents ad05928 + 0a6f571 commit a8ba104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/include/common/common_utils/ScheduledExecutor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ScheduledExecutor {
callback_ = callback;
period_nanos_ = period_nanos;
started_ = false;

frame_countdown_enabled_ = false;
}

void start()
Expand Down

0 comments on commit a8ba104

Please sign in to comment.