boards: add px4_fmu-v4 and px4_fmu-v5 optimized (-O3) build variants

This commit is contained in:
Daniel Agar
2020-03-22 17:50:17 -04:00
committed by GitHub
parent 1e5784609f
commit b73ec18abb
12 changed files with 900 additions and 3 deletions
@@ -877,7 +877,7 @@ bool MavlinkFtpTest::_receive_message_handler_burst(const mavlink_file_transfer_
BurstInfo *burst_info)
{
hrt_abstime t = 0;
const MavlinkFTP::PayloadHeader *reply;
const MavlinkFTP::PayloadHeader *reply{nullptr};
uint32_t full_packet_bytes = MAVLINK_MSG_FILE_TRANSFER_PROTOCOL_FIELD_PAYLOAD_LEN - sizeof(MavlinkFTP::PayloadHeader);
uint32_t expected_bytes;