auav-x21: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:42:17 -07:00
committed by Lorenz Meier
parent 68aa5664b0
commit 3b0427c2a5
@@ -247,6 +247,8 @@
/* This board provides a DMA pool and APIs */
#define BOARD_DMA_ALLOC_POOL_SIZE 5120
#define BOARD_HAS_STATIC_MANIFEST 1
__BEGIN_DECLS
/****************************************************************************************************