Merge "Add raw uncertainty to inject position api"
This commit is contained in:
commit
cccee0b97a
1 changed files with 0 additions and 5 deletions
|
@ -540,11 +540,6 @@ static int loc_inject_location(double latitude, double longitude, float accuracy
|
||||||
{
|
{
|
||||||
ENTRY_LOG();
|
ENTRY_LOG();
|
||||||
|
|
||||||
if (accuracy < 1000)
|
|
||||||
{
|
|
||||||
accuracy = 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
int ret_val = 0;
|
int ret_val = 0;
|
||||||
ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
|
ret_val = loc_eng_inject_location(loc_afw_data, latitude, longitude, accuracy);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue