aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorDenis Yeldandi <dyeldandi@gramant.ru>2014-10-09 11:47:20 +0400
committerDenis Yeldandi <dyeldandi@gramant.ru>2014-10-09 11:47:20 +0400
commite37b25fd5868d00a3a6b39c1112f30bfe37a8a47 (patch)
treea7ce3cf83811c95bd935ba4807307262cc3b4577 /src/drivers
parentd3875eabf2ce0ac538954b0d5747f1155cf2ef33 (diff)
downloadpx4-firmware-e37b25fd5868d00a3a6b39c1112f30bfe37a8a47.tar.gz
px4-firmware-e37b25fd5868d00a3a6b39c1112f30bfe37a8a47.tar.bz2
px4-firmware-e37b25fd5868d00a3a6b39c1112f30bfe37a8a47.zip
Non-ascii characters cleanup
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/gps/ashtech.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/gps/ashtech.cpp b/src/drivers/gps/ashtech.cpp
index 077a6ddf4..71ddb28cc 100644
--- a/src/drivers/gps/ashtech.cpp
+++ b/src/drivers/gps/ashtech.cpp
@@ -124,7 +124,7 @@ int ASHTECH::handle_message(int len)
2 Day, ranging between 01 and 31
3 Month, ranging between 01 and 12
4 Year
- 5 Local time zone offset from GMT, ranging from 00 through �13 hours
+ 5 Local time zone offset from GMT, ranging from 00 through 13 hours
6 Local time zone offset from GMT, ranging from 00 through 59 minutes
7 The checksum data, always begins with *
Fields 5 and 6 together yield the total offset. For example, if field 5 is -5 and field 6 is +15, local time is 5 hours and 15 minutes earlier than GMT.
@@ -432,8 +432,8 @@ int ASHTECH::handle_message(int len)
2 Message number
3 Total number of SVs visible
4 SV PRN number
- 5 Elevation, in degrees, 90� maximum
- 6 Azimuth, degrees from True North, 000� through 359�
+ 5 Elevation, in degrees, 90 maximum
+ 6 Azimuth, degrees from True North, 000 through 359
7 SNR, 00 through 99 dB (null when not tracking)
8-11 Information about second SV, same format as fields 4 through 7
12-15 Information about third SV, same format as fields 4 through 7