Skip to content

Instantly share code, notes, and snippets.

@matoken
Created November 14, 2019 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matoken/ae6a14b5a468073d270210ab9e09fc47 to your computer and use it in GitHub Desktop.
Save matoken/ae6a14b5a468073d270210ab9e09fc47 to your computer and use it in GitHub Desktop.
diff --git a/host_applications/linux/apps/raspicam/libgps_loader.h b/host_applications/linux/apps/raspicam/libgps_loader.h
index 5ad886e..2f467c3 100644
--- a/host_applications/linux/apps/raspicam/libgps_loader.h
+++ b/host_applications/linux/apps/raspicam/libgps_loader.h
@@ -31,7 +31,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "gps.h"
// IMPORTANT: Remember to copy gps.h from gpsd when upgrading libgps version.
-#define LIBGPS_SO_VERSION "libgps.so.22"
+#define LIBGPS_SO_VERSION "libgps.so.23"
/** Structure containing all libgps information
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment