From 306ee8fa5727cb846571f6b5dff8aff12388b0f9 Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Tue, 1 Dec 2015 19:32:20 -0500 Subject: [PATCH] Comment. --- main/gen_gdl90.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index fd29d375..33783c7b 100644 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -212,7 +212,7 @@ func makeOwnshipReport() bool { if isTempPressValid() { altf = float64(mySituation.Pressure_alt) } else { - altf = float64(mySituation.Alt) //FIXME: Pass GPS altitude if PA not available + altf = float64(mySituation.Alt) //FIXME: Pass GPS altitude if PA not available. **WORKAROUND FOR FF** } altf = (altf + 1000) / 25 @@ -465,7 +465,6 @@ func cpuTempMonitor() { } } - func updateStatus() { if isGPSValid() { globalStatus.GPS_satellites_locked = mySituation.Satellites