Fixing units KHz => kHz (#967)

Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
gullradriel 2023-05-10 13:26:21 +02:00 committed by GitHub
parent 58e731c56e
commit 909b00bdae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 48 deletions

View file

@ -87,7 +87,7 @@ struct freqman_entry {
freqman_entry_type type { }; // SINGLE,RANGE,HAMRADIO
freqman_index_t modulation { }; // AM,NFM,WFM
freqman_index_t bandwidth { }; // AM_DSB, ...
freqman_index_t step { }; // 5Khz (SA AM,...
freqman_index_t step { }; // 5khz (SA AM,...
tone_index tone { }; // 0XZ, 11 1ZB,...
};