Commit bb8a167c authored by Don Gagne's avatar Don Gagne

Fix unit test crash

parent 4b13904f
......@@ -711,7 +711,7 @@ void PX4RCCalibrationTest::_validateWidgets(int validateMask, const struct Chann
}
}
for (int chan=_availableChannels; chan<=PX4RCCalibration::_chanMax; chan++) {
for (int chan=_availableChannels; chan<PX4RCCalibration::_chanMax; chan++) {
QCOMPARE(_rgRadioWidget[chan]->isEnabled(), false);
}
}
\ No newline at end of file
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