We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e2d1c commit c2eccc5Copy full SHA for c2eccc5
dwgpsd.c
@@ -58,9 +58,9 @@
58
// dwgps.c claims to only support GPSD_API_MAJOR_VERSION 5, but also builds successfully with
59
// GPSD_API_MAJOR_VERSION 6 provided by libgps22 when the attached patch is applied.
60
61
-// Also compatible with API 7 with conditional compilation later.
+// Also compatible with API 8 with conditional compilation later.
62
63
-#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 7
+#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 8
64
#error libgps API version might be incompatible.
65
#endif
66
0 commit comments