From f44f8a95e173426a837a3aa0af612e78b726093f Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 13 Dec 2019 01:58:03 -0800 Subject: [PATCH] fmurt1062-v1:Update board modules ==FMUv5 --- boards/nxp/fmurt1062-v1/src/manifest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nxp/fmurt1062-v1/src/manifest.c b/boards/nxp/fmurt1062-v1/src/manifest.c index 43b5b86a8a..89c9327e21 100644 --- a/boards/nxp/fmurt1062-v1/src/manifest.c +++ b/boards/nxp/fmurt1062-v1/src/manifest.c @@ -71,8 +71,8 @@ static const px4_hw_mft_item_t device_unsupported = {0, 0, 0}; // declared in board_common.h static const px4_hw_mft_item_t hw_mft_list_v0500[] = { { - .present = 1, - .mandatory = 1, + .present = 0, + .mandatory = 0, .connection = px4_hw_con_onboard, }, };