From 4330d6dad533deb3a52734661701ce19e85e7e63 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 18 Jul 2018 14:50:51 -0700 Subject: [PATCH] px4fmu-v4pro::Define BOARD_HAS_STATIC_MANIFEST as 1 When BOARD_HAS_STATIC_MANIFEST is defined with a value of 1 and the board_config provides the BOARD_USES_PX4IO_VERSION then the board_common will define PX4_MFT_HW_SUPPORTED_PX4_MFT_PX4IO --- src/drivers/boards/px4fmu-v4pro/board_config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/drivers/boards/px4fmu-v4pro/board_config.h b/src/drivers/boards/px4fmu-v4pro/board_config.h index e41a07c45c..bb73eb487b 100644 --- a/src/drivers/boards/px4fmu-v4pro/board_config.h +++ b/src/drivers/boards/px4fmu-v4pro/board_config.h @@ -366,6 +366,9 @@ #define BOARD_DMA_ALLOC_POOL_SIZE 5120 #define BOARD_HAS_ON_RESET 1 + +#define BOARD_HAS_STATIC_MANIFEST 1 + __BEGIN_DECLS /****************************************************************************************************