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
This commit is contained in:
David Sidrane
2018-07-18 14:50:51 -07:00
committed by Lorenz Meier
parent 3b0427c2a5
commit 4330d6dad5
@@ -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
/****************************************************************************************************