RaspberrPi project source code
guowenxue
15 hours ago 24345339421493cdacdbaae0248c3928ea9404c2
project/gpsd/gpsd.c
@@ -17,7 +17,7 @@
#include "logger.h"
#include "comport.h"
#include "util_proc.h"
#include "proc.h"
typedef struct gps_fix_s
{
@@ -30,7 +30,6 @@
    float      speed;     /* Speed over ground, meters/sec */
    float      track;     /* Course made good (relative to true north) */
} gps_fix_t;
int proc_gprmc(char *buf, int size, gps_fix_t *info);