gps_batt          604 core/conf.c        CONF_INFO( 14, conf.gps_batt,                   CONF_DEF_VALUE,     i:25),
gps_batt          853 core/gps.c                 if (bat <= (unsigned)conf.gps_batt)
gps_batt         1231 core/gps.c                 if (bat <= (int)conf.gps_batt)
gps_batt          607 core/gui.c         MENU_ITEM	(0x5f,LANG_MENU_GPS_BATT,					MENUITEM_INT|MENUITEM_F_UNSIGNED|MENUITEM_F_MINMAX,	&conf.gps_batt,				MENU_MINMAX(0, 99) ),
gps_batt          413 include/conf.h     int gps_batt;