summaryrefslogtreecommitdiff
path: root/gnss
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-06-11 10:55:39 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-11 10:55:39 -0700
commit3bbb89aee1a89cc7d268927ac8265a70a330f2fb (patch)
tree72b04289561812bf1a52d5c14cfa2e6986cd76e1 /gnss
parentdc7b20a9bd04e934860a04d85dcedfb13669320b (diff)
parent980dbf59b6b864d90eee122936a4c8ec484f948d (diff)
downloadgps-3bbb89aee1a89cc7d268927ac8265a70a330f2fb.tar.gz
Merge "Fix to use explicit sized structures"
Diffstat (limited to 'gnss')
-rw-r--r--gnss/GnssAdapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnss/GnssAdapter.cpp b/gnss/GnssAdapter.cpp
index b9a3110..16d5f9d 100644
--- a/gnss/GnssAdapter.cpp
+++ b/gnss/GnssAdapter.cpp
@@ -1630,7 +1630,7 @@ GnssAdapter::gnssSvTypeConfigUpdate(const GnssSvTypeConfig& config)
void
GnssAdapter::gnssSvTypeConfigUpdate(bool sendReset)
{
- LOC_LOGd("size %zu constellations blacklisted 0x%" PRIx64 ", enabled 0x%" PRIx64
+ LOC_LOGd("size %" PRIu32" constellations blacklisted 0x%" PRIx64 ", enabled 0x%" PRIx64
", sendReset %d",
mGnssSvTypeConfig.size, mGnssSvTypeConfig.blacklistedSvTypesMask,
mGnssSvTypeConfig.enabledSvTypesMask, sendReset);