Modify ODCPI timer from 30s to 10s
ODCPI timer is modified to match location request duration that was changed from 30s to 10s in frameworks. Change-Id: If1380635b0b87d55bf9a00197b806b3de48b6f4f CRs-fixed: 2282588
This commit is contained in:
parent
04f0a9a45d
commit
26e542da6d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#define MAX_SATELLITES_IN_USE 12
|
||||
#define LOC_NI_NO_RESPONSE_TIME 20
|
||||
#define LOC_GPS_NI_RESPONSE_IGNORE 4
|
||||
#define ODCPI_EXPECTED_INJECTION_TIME_MS 30000
|
||||
#define ODCPI_EXPECTED_INJECTION_TIME_MS 10000
|
||||
|
||||
class GnssAdapter;
|
||||
|
||||
|
|
Loading…
Reference in a new issue