diff src/customview.asm @ 517:d339c9e1175d

CHANGE: Show actual GF (Not relative) in custom views in dive mode
author heinrichsweikamp
date Thu, 03 Aug 2017 17:03:05 +0200
parents 4542d03f748a
children 00df86a5ac01
line wrap: on
line diff
--- a/src/customview.asm	Thu Aug 03 16:59:31 2017 +0200
+++ b/src/customview.asm	Thu Aug 03 17:03:05 2017 +0200
@@ -506,9 +506,6 @@
     call    TFT_display_ppo2_val
 
     ; current GF value
-    extern  char_I_deco_model
-    TSTOSS  char_I_deco_model               ; 0 = ZH-L16, 1 = ZH-L16-GF
-    bra     customview_toggle_exit          ; No GF info for non-GF modes
     call    TFT_gf_mask_cGF                 ; Setup Mask - current GF only
     call    TFT_gf_info                     ; Show GF informations
     bra		customview_toggle_exit