Diff of /trunk/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 282 by harbaum, Wed May 26 19:21:47 2010 UTC revision 283 by harbaum, Thu May 27 19:13:18 2010 UTC
# Line 168  gps_sat_t *gps_get_sats(appdata_t *appda Line 168  gps_sat_t *gps_get_sats(appdata_t *appda
168  }  }
169    
170  float gps_get_eph(appdata_t *appdata) {  float gps_get_eph(appdata_t *appdata) {
171    if(appdata->gps.set & FIX_LATLON_SET)    if(appdata->gps.set & FIX_HERR_SET)
172      return appdata->gps.fix.eph;      return appdata->gps.fix.eph;
173    
174    return NAN;    return NAN;

Legend:
Removed from v.282  
changed lines
  Added in v.283