From e43caad938625ddf1113ba333739736cfa3b7498 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Mon, 5 Jun 2017 14:48:10 -0400 Subject: [PATCH] Typo fix. --- main/gps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/gps.go b/main/gps.go index b912d127..e9e1e631 100644 --- a/main/gps.go +++ b/main/gps.go @@ -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) } }