From 987d97d60037f187caaf0d916cea7d3f70ce5584 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 15 Jan 2024 07:43:07 -0800 Subject: [PATCH] px4_fmu-v6x:HAVE_PM2 set by PX4_MFT_PM2 in manifest --- boards/px4/fmu-v6x/init/rc.board_sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/px4/fmu-v6x/init/rc.board_sensors b/boards/px4/fmu-v6x/init/rc.board_sensors index 6a47d72f0e..6ae5dd0c74 100644 --- a/boards/px4/fmu-v6x/init/rc.board_sensors +++ b/boards/px4/fmu-v6x/init/rc.board_sensors @@ -5,7 +5,7 @@ set HAVE_PM2 yes set INA_CONFIGURED no -if ver hwtypecmp V6X005000 V6X005001 V6X005003 V6X005004 +if mft query -q -k MFT -s MFT_PM2 -v 0 then set HAVE_PM2 no fi