Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jul 22, 2024
1 parent f79279f commit 36a216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/telemetry/settings/frequencyhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int FrequencyHelper::get_frequency_openhd_race_band(int frequency_mhz)
if(frequency_mhz==5700){
return 1;
}
if(frequency_mhz== ){
if(frequency_mhz==5745 ){
return 2;
}
if(frequency_mhz==5785){
Expand Down

0 comments on commit 36a216e

Please sign in to comment.