land: gps: Hack to build with N
Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
parent
14d15bc858
commit
7586f60240
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ void LocApiRpc::reportPosition(const rpc_loc_parsed_position_s_type *location_re
|
|||
|
||||
void LocApiRpc::reportSv(const rpc_loc_gnss_info_s_type *gnss_report_ptr)
|
||||
{
|
||||
GnssSvStatus SvStatus = {0};
|
||||
QcomSvStatus SvStatus = {0};
|
||||
GpsLocationExtended locationExtended = {0};
|
||||
locationExtended.size = sizeof(locationExtended);
|
||||
int num_svs_max = 0;
|
||||
|
|
Loading…
Reference in a new issue