Skip to content

Commit e0c2c31

Browse files
committed
Compatibility with GPSD API 8. #214
1 parent ca7db91 commit e0c2c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dwgpsd.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
// dwgps.c claims to only support GPSD_API_MAJOR_VERSION 5, but also builds successfully with
5959
// GPSD_API_MAJOR_VERSION 6 provided by libgps22 when the attached patch is applied.
6060

61-
// Also compatible with API 7 with conditional compilation later.
61+
// Also compatible with API 7 & 8 with conditional compilation later.
6262

63-
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 7
63+
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 8
6464
#error libgps API version might be incompatible.
6565
#endif
6666

0 commit comments

Comments
 (0)