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 { @@ -31,7 +31,6 @@ float track; /* Course made good (relative to true north) */ } gps_fix_t; int proc_gprmc(char *buf, int size, gps_fix_t *info); static inline void banner(const char *progname)