px4_manifest: fix px4_mft_s to accept multiple manifests

This commit is contained in:
Igor Mišić
2021-12-15 23:35:50 +01:00
committed by Beat Küng
parent 432b664acc
commit 3463b725a5
9 changed files with 28 additions and 13 deletions
@@ -65,7 +65,7 @@ typedef struct {
typedef struct {
const uint32_t nmft;
const px4_mft_entry_s *mfts;
const px4_mft_entry_s *mfts[];
} px4_mft_s;
#include "px4_platform_common/mtd_manifest.h"