Plane: enable Baro logging

This commit is contained in:
Andrew Tridgell 2014-02-15 07:29:39 +11:00
parent 4d3f714a5d
commit 59a56c9b46

View File

@ -1364,6 +1364,9 @@ static void update_navigation()
static void update_alt() static void update_alt()
{ {
barometer.read(); barometer.read();
if (should_log(MASK_LOG_IMU)) {
Log_Write_Baro();
}
geofence_check(true); geofence_check(true);