Commit ccc497b2 authored by Bryant's avatar Bryant

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

parent 82c7afbb
......@@ -672,7 +672,7 @@ void MAVLinkSimulationLink::writeBytes(const char* data, qint64 size)
{
// Parse bytes
mavlink_message_t msg;
mavlink_status_t comm = {};
mavlink_status_t comm;
uint8_t stream[2048];
int streampointer = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment