Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump up GPSD_API_MAJOR_VERSION 12 (gpsd-3.23)
  • Loading branch information
jg1uaa committed Sep 4, 2022
commit 5a3949f9f86b96f6fe73afc2c79a920da7b139df
2 changes: 1 addition & 1 deletion src/dwgpsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
// An incompatibility was introduced with version 7
// and again with 9 and again with 10.

#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 11
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 12
#error libgps API version might be incompatible.
#endif

Expand Down