Enable 8.33 kHz frequency spacing support

Related to #186
This commit is contained in:
Lars Toenning
2023-02-03 00:15:52 +01:00
parent 92351fa8ee
commit b3e5539ec2
3 changed files with 10 additions and 10 deletions

View File

@@ -155,7 +155,7 @@ namespace BlackMisc::Aviation
static void registerMetadata();
private:
ChannelSpacing m_channelSpacing = ChannelSpacing25KHz; //!< channel spacing
ChannelSpacing m_channelSpacing = ChannelSpacing8_33KHz; //!< channel spacing
//! Give me channel spacing in KHz
//! \remarks Just a helper method, that is why no CFrequency is returned