RaspberrPi project source code
guowenxue
14 hours ago a574ce7edf7f31847be882f9f08dcd1ab8e5ebe0
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);