ardupilot/libraries/AP_Baro
Victor Lambret a4108251e3 AP_Baro: fix get_last_update(instance)
The method was not using the instance parameter. Instead it always use
primary barometer. Bug was not detected because method
get_last_update() is used where instance is _primary.

Detected with warnings, warnings are useful :-)
2017-01-04 17:32:24 +00:00
..
examples/BARO_generic build: don't build examples with old build system 2016-10-11 13:03:08 +11:00
AP_Baro.cpp AP_Baro: Changed if statements to switch statement. 2016-12-20 14:13:47 +00:00
AP_Baro.h AP_Baro: fix get_last_update(instance) 2017-01-04 17:32:24 +00:00
AP_Baro_BMP085.cpp AP_Baro: fixed semaphore and thread usage in baro drivers 2016-11-09 17:08:02 +11:00
AP_Baro_BMP085.h AP_Baro: fixed semaphore and thread usage in baro drivers 2016-11-09 17:08:02 +11:00
AP_Baro_Backend.cpp AP_Baro: fixed semaphore and thread usage in baro drivers 2016-11-09 17:08:02 +11:00
AP_Baro_Backend.h AP_Baro: fixed semaphore and thread usage in baro drivers 2016-11-09 17:08:02 +11:00
AP_Baro_HIL.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_HIL.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_MS5611.cpp AP_Baro: moved MS5611 reset before prom read 2016-12-13 11:10:35 +11:00
AP_Baro_MS5611.h AP_Baro: added MS5611 probing, and support 3 baros on Pixhawk2 2016-11-25 21:40:11 +11:00
AP_Baro_PX4.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_PX4.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_QURT.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_QURT.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_Baro_qflight.cpp AP_Baro: fixed semaphore and thread usage in baro drivers 2016-11-09 17:08:02 +11:00
AP_Baro_qflight.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00