ardupilot/libraries/AP_GPS
Michael du Breuil 9c4b3ec1e1 AP_GPS: Fix incorrect incrementing of last_baud rate
This is a revert of 7c3b8dceb which tried to start at index 0 of the
array of baudrates, however because of the way last_baud is used
this lead to a GPS always being reported as being 1 index off which
lead to users getting reports of baud rates that their GPS wasn't
configured for

Also renames last_baud to be current_baud as that is how it's
actuallly used and should reduce future confusion

And fixed some tabs/vs space issues around where the last_baud rate
was incremented.
2016-09-25 08:50:47 -07:00
..
config AP_GPS: config file for Ublox M8N 2015-08-27 09:54:22 +09:00
examples waf: ardupilotwaf: prefix build context methods with ap_ 2016-01-22 20:10:29 -02:00
tests AP_GPS: add unit test for _parse_decimal_100() 2016-05-20 10:06:44 -03:00
AP_GPS_ERB.cpp AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_ERB.h AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_GSOF.cpp AP_GPS: change ground course to be in degrees 2016-05-07 18:27:21 +10:00
AP_GPS_GSOF.h AP_GPS_GSOF: remove unused last_hdop 2016-04-23 23:06:22 -07:00
AP_GPS_MAV.cpp AP_GPS_MAV: initialise location while handling_msg 2016-09-01 12:01:14 +09:00
AP_GPS_MAV.h AP_GPS: Add GPS_MAV type and accept GPS_INPUT message 2016-07-12 15:34:27 +09:00
AP_GPS_MTK19.cpp AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_MTK19.h AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_MTK_Common.h AP_GPS: replace header guard with pragma once 2016-03-16 18:40:40 +11:00
AP_GPS_MTK.cpp AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_MTK.h AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_NMEA.cpp AP_GPS: fixed hexdigit in NMEA detector 2016-06-06 07:36:31 +10:00
AP_GPS_NMEA.h AP_GPS: add unit test for _parse_decimal_100() 2016-05-20 10:06:44 -03:00
AP_GPS_NOVA.cpp AP_GPS_NOVA: support tersus/novatel/comnav gps 2016-09-20 10:53:49 +10:00
AP_GPS_NOVA.h AP_GPS_NOVA: support tersus/novatel/comnav gps 2016-09-20 10:53:49 +10:00
AP_GPS_PX4.cpp AP_GPS_PX4: fixed GPS epoch calculations 2016-08-02 11:20:48 +10:00
AP_GPS_PX4.h AP_GPS: reorganize includes 2016-04-14 21:01:51 -03:00
AP_GPS_QURT.cpp AP_GPS: change ground course to be in degrees 2016-05-07 18:27:21 +10:00
AP_GPS_QURT.h AP_GPS: reorganize includes 2016-04-14 21:01:51 -03:00
AP_GPS_SBF.cpp AP_GPS: Fix typos 2016-05-13 19:20:06 -03:00
AP_GPS_SBF.h AP_GPS: reorganize includes 2016-04-14 21:01:51 -03:00
AP_GPS_SBP.cpp AP_GPS: Fix typos 2016-05-13 19:20:06 -03:00
AP_GPS_SBP.h AP_GPS: reorganize includes 2016-04-14 21:01:51 -03:00
AP_GPS_SIRF.cpp AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_SIRF.h AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_UBLOX.cpp AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS_UBLOX.h AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 2016-06-23 21:02:05 -03:00
AP_GPS.cpp AP_GPS: Fix incorrect incrementing of last_baud rate 2016-09-25 08:50:47 -07:00
AP_GPS.h AP_GPS: Fix incorrect incrementing of last_baud rate 2016-09-25 08:50:47 -07:00
GPS_Backend.cpp AP_GPS: change ground course to be in degrees 2016-05-07 18:27:21 +10:00
GPS_Backend.h AP_GPS: Add GPS_MAV type and accept GPS_INPUT message 2016-07-12 15:34:27 +09:00
GPS_detect_state.h AP_GPS: reorganize includes 2016-04-14 21:01:51 -03:00