gps_2D_3D_fix 606 core/conf.c CONF_INFO( 16, conf.gps_2D_3D_fix, CONF_DEF_VALUE, i:2), gps_2D_3D_fix 984 core/gps.c if ( ((((int)conf.gps_2D_3D_fix) == 1) && (l_stat == 1)) || \ gps_2D_3D_fix 985 core/gps.c ((((int)conf.gps_2D_3D_fix) == 1) && (l_stat == 2)) || \ gps_2D_3D_fix 986 core/gps.c ((((int)conf.gps_2D_3D_fix) == 2) && (l_stat == 2)) || \ gps_2D_3D_fix 987 core/gps.c ((((int)conf.gps_2D_3D_fix) == 3) && (l_stat == 2)) || \ gps_2D_3D_fix 988 core/gps.c ((((int)conf.gps_2D_3D_fix) == 3) && (l_stat == 1) && (time_to_end < 3)) || \ gps_2D_3D_fix 989 core/gps.c ((((int)conf.gps_2D_3D_fix) == 0) && (time_to_end < 3)) ) gps_2D_3D_fix 1463 core/gps.c if ((l_stat >= ((int)conf.gps_2D_3D_fix)) || ((((int)conf.gps_2D_3D_fix) == 3) && (l_stat == 2))) gps_2D_3D_fix 611 core/gui.c MENU_ENUM2 (0x5f,LANG_MENU_GPS_2D_3D_FIX, &conf.gps_2D_3D_fix, gui_gps_sat_fix ), gps_2D_3D_fix 415 include/conf.h int gps_2D_3D_fix;