Add missing default case statement

This commit is contained in:
Dan Paulat 2024-01-24 08:14:53 -06:00
parent 6e7debbb3a
commit 3705ca4f2e

View file

@ -346,6 +346,9 @@ DigitalRadarData::Impl::MomentDataBlock::MomentDataBlock(
p->scale_ = 2.0f;
p->offset_ = 129.0f; // (64.5 * 2)
break;
default:
break;
}
}
std::uint16_t