-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FTP request opcode #865
FTP request opcode #865
Conversation
You need to update and pass the unit tests here as well. The TeamCity failures are all from the build not compiling because the unit test code was not updated to these changes. |
Unit-tests passed:
|
|
||
request->hdr.crc32 = crc32(request); | ||
request->hdr.padding[0] = 0; | ||
request->hdr.padding[1] = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to set padding to 0 since nobody should be looking at these values. You can remove these two lines. Worried that it will cause confusion.
I'll merge both this and Firmware pulls once the padding = 0 lines are pulled out. Once again thanks for the pull requests. |
QGC update for PX4/PX4-Autopilot#1357