summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2019-08-22 07:38:54 -0700
committerLinux Build Service Account <lnxbuild@localhost>2019-08-22 07:38:54 -0700
commite38b50370b18bf8056c8120ef21e43223f60bc23 (patch)
tree37b207afc08968e4d5c247b8422fb2bb7205c17e /core
parentcb55a24b327227c0d2ced2b893455bb1effbd7b5 (diff)
parent818dacd2345041fd13ab96b5beefa1480689a519 (diff)
downloadgps-e38b50370b18bf8056c8120ef21e43223f60bc23.tar.gz
Merge 818dacd2345041fd13ab96b5beefa1480689a519 on remote branch
Change-Id: Ieeac07a0eb54d217801f1c305ee65591fa13d2b1
Diffstat (limited to 'core')
-rw-r--r--core/LocApiBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index 029f57b..ef204ec 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -401,7 +401,7 @@ void LocApiBase::sendNfwNotification(GnssNfwNotification& notification)
void LocApiBase::reportSv(GnssSvNotification& svNotify)
{
const char* constellationString[] = { "Unknown", "GPS", "SBAS", "GLONASS",
- "QZSS", "BEIDOU", "GALILEO" };
+ "QZSS", "BEIDOU", "GALILEO", "NAVIC" };
// print the SV info before delivering
LOC_LOGV("num sv: %u\n"