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, }, };