From 72e628f6e05c4f7f9caf9a68d442d3ded5e02549 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 9 Feb 2017 00:09:59 -0800 Subject: [PATCH] aerofc: use autodetection for MS5611 driver --- ROMFS/px4fmu_common/init.d/rc.sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROMFS/px4fmu_common/init.d/rc.sensors b/ROMFS/px4fmu_common/init.d/rc.sensors index c7a5cb45f4..a71241cbeb 100644 --- a/ROMFS/px4fmu_common/init.d/rc.sensors +++ b/ROMFS/px4fmu_common/init.d/rc.sensors @@ -281,7 +281,7 @@ fi if ver hwcmp AEROFC_V1 then - if ms5611 start + if ms5611 -T 0 start then fi