Typo fix
This commit is contained in:
parent
16df254d13
commit
e1279ce24e
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ var masterFMGC = maketimer(0.2, func {
|
||||||
var reset_FMGC = func {
|
var reset_FMGC = func {
|
||||||
FMGCInternal.phase = 0;
|
FMGCInternal.phase = 0;
|
||||||
fd1 = Input.fd1.getValue();
|
fd1 = Input.fd1.getValue();
|
||||||
fd2 = Input.fd2.getValue()
|
fd2 = Input.fd2.getValue();
|
||||||
spd = Input.spd.getValue();
|
spd = Input.spd.getValue();
|
||||||
hdg = Input.hdg.getValue();
|
hdg = Input.hdg.getValue();
|
||||||
alt = Input.alt.getValue();
|
alt = Input.alt.getValue();
|
||||||
|
|
Loading…
Reference in a new issue