Commit c1a1f656 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #954 from DonLakeFlyer/CRCCheck

Put back CRC check
parents 25c1168c e715277c
......@@ -374,8 +374,6 @@ bool PX4Bootloader::_bootloaderVerifyRev2(QextSerialPort* port, const QString fi
/// @Brief Verify the flash on a version 3 or higher bootloader board by comparing CRCs.
bool PX4Bootloader::_bootloaderVerifyRev3(QextSerialPort* port)
{
return true;
uint8_t buf[2] = { PROTO_GET_CRC, PROTO_EOC };
quint32 flashCRC;
......
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