Merge "Send updated GPS lock value to xtra-daemon"
This commit is contained in:
commit
3b8395fe7b
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ bool XtraSystemStatusObserver::updateLockStatus(GnssConfigGpsLock lock) {
|
||||||
|
|
||||||
stringstream ss;
|
stringstream ss;
|
||||||
ss << "gpslock";
|
ss << "gpslock";
|
||||||
ss << " " << lock;
|
ss << " " << mGpsLock;
|
||||||
string s = ss.str();
|
string s = ss.str();
|
||||||
return ( LocIpc::send(*mSender, (const uint8_t*)s.data(), s.size()) );
|
return ( LocIpc::send(*mSender, (const uint8_t*)s.data(), s.size()) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue