diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-02-02 17:26:21 +0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 2185cd506547377db6488a1953741bce55fd4cdc (patch) | |
tree | 41d01e3778fd8396e13e000ada6c46d8ad4fb9b2 | |
parent | e841b9106a04f7c1f8fc1974903c38c9150d9385 (diff) |
sdm660-common: Fix non-ASCII character in gps.conf
:caf:
Change-Id: Iea9c44c0fbad574cbc077feea3d9f1de83d7d99a
-rw-r--r-- | gps/etc/gps.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/etc/gps.conf b/gps/etc/gps.conf index fc37653..3914757 100644 --- a/gps/etc/gps.conf +++ b/gps/etc/gps.conf @@ -271,7 +271,7 @@ MODEM_TYPE = 1 # 1 : enabled # This setting enables GPS engine to estimate clock # bias and drift when the signal from at least 1 -# SV is available and the UE’s position is known by +# SV is available and the UE's position is known by # other position engines. #POSITION_ASSISTED_CLOCK_ESTIMATOR_ENABLED = 0 |