Vivian MEAZZA:
"Bugfix - a fix to fix the hack which hacked the TACAN Channel/freq pairing."
This commit is contained in:
parent
ef2bc6227a
commit
cd3be41386
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ TACAN::searchChannel (const string& _channel){
|
|||
frequency_khz = freq->get_freq();
|
||||
SG_LOG( SG_INSTR, SG_DEBUG, "freq output " << frequency_khz );
|
||||
//check sanity
|
||||
if (frequency_khz >=9620 && frequency_khz <= 12130)
|
||||
if (frequency_khz >=9620 && frequency_khz <= 121300)
|
||||
return frequency_khz/100;
|
||||
}
|
||||
return frequency_khz = 0;
|
||||
|
|
Loading…
Reference in a new issue