Fix MHz unit
This commit is contained in:
parent
41006285d5
commit
f29af4e558
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
r.heading);
|
||||
|
||||
if (r.ils != nil) {
|
||||
rwyInfo = sprintf("%s %20.3f Mhz", rwyInfo,
|
||||
rwyInfo = sprintf("%s %20.3f MHz", rwyInfo,
|
||||
r.ils.frequency / 100);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue