summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnss/location_gnss.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnss/location_gnss.cpp b/gnss/location_gnss.cpp
index 97e99e4..c3ea105 100644
--- a/gnss/location_gnss.cpp
+++ b/gnss/location_gnss.cpp
@@ -140,6 +140,7 @@ extern "C" const GnssInterface* getGnssInterface()
const GnssInterface* getGnssInterface()
#endif // DEBUG_X86
{
+ gGnssInterface.initialize();
return &gGnssInterface;
}