From aa3a404fa015c5ed3703432448dab8f1a2cf8587 Mon Sep 17 00:00:00 2001 From: Simone Guscetti Date: Fri, 5 Oct 2018 16:18:35 +0200 Subject: [PATCH] fmu-v5 manifest: remove entry from list At the moment it is only declared a component, PX4IO. --- src/drivers/boards/px4fmu-v5/manifest.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/drivers/boards/px4fmu-v5/manifest.c b/src/drivers/boards/px4fmu-v5/manifest.c index 624013d06c..628601178d 100644 --- a/src/drivers/boards/px4fmu-v5/manifest.c +++ b/src/drivers/boards/px4fmu-v5/manifest.c @@ -72,11 +72,6 @@ static const px4_hw_mft_item_t hw_mft_list_v0500[] = { .mandatory = 1, .connection = px4_hw_con_onboard, }, - { - .present = 1, - .mandatory = 1, - .connection = 1, - }, }; static const px4_hw_mft_item_t hw_mft_list_v0540[] = {