Browse Source

Temp hack for Issue #647

QGC4.4
Don Gagne 11 years ago
parent
commit
8378ee0341
  1. 1
      src/ui/QGCMAVLinkLogPlayer.cc

1
src/ui/QGCMAVLinkLogPlayer.cc

@ -575,6 +575,7 @@ void QGCMAVLinkLogPlayer::logLoop() @@ -575,6 +575,7 @@ void QGCMAVLinkLogPlayer::logLoop()
// have at least 3ms until the next one.
int nextExecutionTime = 0;
mavlink_message_t msg;
msg.len = 0; // FIXME: Hack, remove once Issue #647 is fixed
while (nextExecutionTime < 3) {
// Now we're sitting at the start of a MAVLink message, so read it all into a byte array for feeding to our parser.

Loading…
Cancel
Save