gps_compass_time 600 core/conf.c CONF_INFO( 10, conf.gps_compass_time, CONF_DEF_VALUE, i:1), gps_compass_time 1406 core/gps.c msleep((int)conf.gps_compass_time*1000); gps_compass_time 593 core/gui.c MENU_ITEM (0x5f,LANG_MENU_GPS_COMPASS_TIME, MENUITEM_INT|MENUITEM_F_UNSIGNED|MENUITEM_F_MINMAX, &conf.gps_compass_time, MENU_MINMAX(1, 60) ), gps_compass_time 409 include/conf.h int gps_compass_time;