We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7db91 commit e0c2c31Copy full SHA for e0c2c31
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 7 & 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