Remove target specific logic for DR Fix
Automotove changes needs LE specific fixes which is enabled by adding appropriate Makefiles Change-Id: If814af411dd1c67d7a83b07f45813d57d5f96ca9 CRs-Fixed: 1017254
This commit is contained in:
parent
4c2156ec8a
commit
aa8a474a74
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ static int loc_init(GpsCallbacks* callbacks)
|
|||
/* If platform is "auto" and external dr enabled then enable
|
||||
** Measurement report and SV Polynomial report
|
||||
*/
|
||||
if((1 == gps_conf.EXTERNAL_DR_ENABLED) && (GNSS_AUTO == getTargetGnssType(target)))
|
||||
if((1 == gps_conf.EXTERNAL_DR_ENABLED))
|
||||
{
|
||||
event |= LOC_API_ADAPTER_BIT_GNSS_MEASUREMENT_REPORT |
|
||||
LOC_API_ADAPTER_BIT_GNSS_SV_POLYNOMIAL_REPORT;
|
||||
|
|
Loading…
Reference in a new issue