File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 51
51
#endif
52
52
53
53
#if ENABLE_GPSD
54
+
54
55
#include <gps.h>
55
56
56
57
// Debian bug report: direwolf (1.2-1) FTBFS with libgps22 as part of the gpsd transition (#803605):
60
61
#error libgps API version might be incompatible.
61
62
#endif
62
63
63
- #endif
64
+ /*
65
+ * Information for interface to gpsd daemon.
66
+ */
67
+
68
+ static struct gps_data_t gpsdata ;
69
+
70
+ #endif /* ENABLE_GPSD */
64
71
65
72
66
73
#include "textcolor.h"
@@ -75,11 +82,7 @@ static int s_debug = 0; /* Enable debug output. */
75
82
76
83
static void * read_gpsd_thread (void * arg );
77
84
78
- /*
79
- * Information for interface to gpsd daemon.
80
- */
81
85
82
- static struct gps_data_t gpsdata ;
83
86
84
87
85
88
/*-------------------------------------------------------------------
@@ -138,7 +141,7 @@ static struct gps_data_t gpsdata;
138
141
*
139
142
* Update: January 2016.
140
143
*
141
- * I'm told that it might work in Raspian, Jessie version.
144
+ * I'm told that the shared memory interface might work in Raspian, Jessie version.
142
145
* Haven't tried it yet.
143
146
*/
144
147
You can’t perform that action at this time.
0 commit comments