From b8d52b91639ef1ed3a8c676c43457164865a9df3 Mon Sep 17 00:00:00 2001
From: PepMS <jmarti@iri.upc.edu>
Date: Wed, 8 Apr 2020 15:32:40 +0200
Subject: [PATCH] [define] enable glonass and galileo

---
 src/rtklib.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/rtklib.h b/src/rtklib.h
index c64411c..f1f2fa6 100644
--- a/src/rtklib.h
+++ b/src/rtklib.h
@@ -54,6 +54,10 @@ extern "C" {
 #define EXPORT
 #endif
 
+/* enable other satellite systems---------------------------------------------*/
+#define ENAGLO
+#define ENAGAL
+
 /* constants -----------------------------------------------------------------*/
 
 #define VER_RTKLIB  "demo5"             /* library version */
-- 
GitLab