Commit e092490c authored by Don Gagne's avatar Don Gagne

Fix typo

parent c7488064
......@@ -258,7 +258,7 @@ void PX4RCCalibration::_writeCalibration(bool trimsOnly)
/// @param fval Current value for channel
void PX4RCCalibration::_remoteControlChannelRawChanged(int chan, float fval)
{
Q_ASSERT(chan >=0 and chan <= _chanMax);
Q_ASSERT(chan >=0 && chan <= _chanMax);
// We always update raw values
_rcRawValue[chan] = fval;
......
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