Skip to content

Commit

Permalink
gpsd: fix the patch to work with 3.25
Browse files Browse the repository at this point in the history
Fix the patch to make it applicable to the gpsd 3.25.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
  • Loading branch information
lumag committed Aug 26, 2024
1 parent 08d7be8 commit 7003670
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,15 @@ index 110c5601f..b55f1913c 100644
@@ -800,6 +801,14 @@ struct gps_device_t {
char ais_channel;
} aivdm;
#endif /* AIVDM_ENABLE */
#endif // AIVDM_ENABLE
+#ifdef PDS_ENABLE
+ struct {
+ int ready;
+ int hostid;
+ unsigned int pds_node;
+ unsigned int pds_port;
+ } pds;
+#endif /* PDS_ENABLE */
+#endif // PDS_ENABLE
} driver;

/*
Expand Down

0 comments on commit 7003670

Please sign in to comment.