RaspberrPi project source code
guowenxue
2026-02-02 2e84abfd073ec3047c7b3295c47f109007f3bd80
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)