ardupilot/libraries/AP_GPS
Caio Marcelo de Oliveira Filho b5abab9d37 AP_GPS_GSOF: minor tweak to avoid warning
Fixes the issue of three unused variables, two of which were used in a
commented Debug() call.

To keep the convenient debug message (and the variable names for the
data bytes), this patch uncomment the debug call but wrap the variables
and the debug call around an ifdef for the local symbol
gsof_DEBUGGING. So by turning it on, the debug will already be in place.

The Debug() call was modified to actually compile and include the third
variable in the output.
2015-10-10 14:34:54 +09:00
..
config AP_GPS: config file for Ublox M8N 2015-08-27 09:54:22 +09:00
examples AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS.cpp AP_GPS: add SBF and GSOF to gps documentation 2015-10-06 15:00:46 +11:00
AP_GPS.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00
AP_GPS_GSOF.cpp AP_GPS_GSOF: minor tweak to avoid warning 2015-10-10 14:34:54 +09:00
AP_GPS_GSOF.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00
AP_GPS_MTK.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_MTK.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK19.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_MTK19.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_MTK_Common.h libraries: update license header to GPLv3 2013-08-30 13:01:39 +10:00
AP_GPS_NMEA.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_NMEA.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_PX4.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_PX4.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SBF.cpp AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBF.h AP_GPS_SBF: add accuracy estimates 2015-09-09 12:28:25 +10:00
AP_GPS_SBP.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_SBP.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_SIRF.cpp AP_GPS: ensure all GPS drivers give headings as 0..360 degrees 2015-08-31 08:24:35 +10:00
AP_GPS_SIRF.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
AP_GPS_UBLOX.cpp AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 2015-09-23 20:42:42 -07:00
AP_GPS_UBLOX.h AP_GPS: Use state.instance instead of trying to track instance numbers inside of the ublox driver 2015-09-23 20:42:42 -07:00
GPS_Backend.cpp AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_Backend.h AP_GPS: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPS_detect_state.h AP_GPS_GSOF: add trimble gsof driver 2015-10-06 15:00:46 +11:00