pull/624/head
Christopher Young 2017-06-05 14:48:10 -04:00
rodzic 6e184a9ce7
commit e43caad938
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1868,7 +1868,7 @@ func makeAHRSGDL90Report() {
if mySituation.AHRSTurnRate < 360 {
yaw_rate = roundToInt16(mySituation.AHRSTurnRate * 10)
}
if mySituation.AHRSTurnRate < 360 {
if mySituation.AHRSGLoad < 360 {
g = roundToInt16(mySituation.AHRSGLoad * 10)
}
}