Browse Source

Reverting change that just made things work (need to wait for GCC4.7 for this).

QGC4.4
Bryant 13 years ago
parent
commit
ccc497b2f0
  1. 2
      src/comm/MAVLinkSimulationLink.cc

2
src/comm/MAVLinkSimulationLink.cc

@ -672,7 +672,7 @@ void MAVLinkSimulationLink::writeBytes(const char* data, qint64 size)
{ {
// Parse bytes // Parse bytes
mavlink_message_t msg; mavlink_message_t msg;
mavlink_status_t comm = {}; mavlink_status_t comm;
uint8_t stream[2048]; uint8_t stream[2048];
int streampointer = 0; int streampointer = 0;

Loading…
Cancel
Save