land: gps: Hack to build with N

Signed-off-by: Darshan Manjrekar <darshanmanjrekar1205@gmail.com>
This commit is contained in:
Darshan Manjrekar 2017-03-19 09:53:57 +01:00 committed by karthick111
parent 14d15bc858
commit 7586f60240

View file

@ -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) void LocApiRpc::reportSv(const rpc_loc_gnss_info_s_type *gnss_report_ptr)
{ {
GnssSvStatus SvStatus = {0}; QcomSvStatus SvStatus = {0};
GpsLocationExtended locationExtended = {0}; GpsLocationExtended locationExtended = {0};
locationExtended.size = sizeof(locationExtended); locationExtended.size = sizeof(locationExtended);
int num_svs_max = 0; int num_svs_max = 0;