mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-05 20:28:30 +00:00
Compatibility with GPSD API 8. #214
This commit is contained in:
parent
ca7db91da2
commit
e0c2c31181
4
dwgpsd.c
4
dwgpsd.c
@ -58,9 +58,9 @@
|
||||
// dwgps.c claims to only support GPSD_API_MAJOR_VERSION 5, but also builds successfully with
|
||||
// GPSD_API_MAJOR_VERSION 6 provided by libgps22 when the attached patch is applied.
|
||||
|
||||
// Also compatible with API 7 with conditional compilation later.
|
||||
// Also compatible with API 7 & 8 with conditional compilation later.
|
||||
|
||||
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 7
|
||||
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 8
|
||||
#error libgps API version might be incompatible.
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user