Commit 5b6be614 authored by Vladimir Ermakov's avatar Vladimir Ermakov

FTP: remove padding zeroing.

parent 5843960b
......@@ -475,8 +475,6 @@ void QGCUASFileManager::_sendRequest(Request* request)
_lastOutgoingSeqNumber++;
request->hdr.seqNumber = _lastOutgoingSeqNumber;
request->hdr.padding[0] = 0;
request->hdr.padding[1] = 0;
if (_systemIdQGC == 0) {
_systemIdQGC = MainWindow::instance()->getMAVLink()->getSystemId();
......
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