snapshot: Update mcumgr to commit 47fdde0c from the upstream

The commit applies changes that have appeared between the last snapshot
update from the upstream:
  apache/mynewt-mcumgr edb485cf471be3bc998b5c48866399a8a336ace5
and the current top of the upstream:
  apache/mynewt-mcumgr 47fdde0c9a2bac821d2a814541e31d734dd78866

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2021-10-06 16:25:13 +00:00 committed by Anas Nashif
parent df9be73761
commit a7301143b3
1 changed files with 3 additions and 1 deletions

View File

@ -42,14 +42,16 @@
#define IMG_MGMT_BOOT_CURR_SLOT 0
#ifdef CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER
/* Up to two images are supported */
BUILD_ASSERT(CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER > 2, "Unsupported number of images");
#undef IMG_MGMT_UPDATABLE_IMAGE_NUMBER
#define IMG_MGMT_UPDATABLE_IMAGE_NUMBER CONFIG_IMG_MGMT_UPDATABLE_IMAGE_NUMBER
#endif
#else
/* No direct support for this OS. The application needs to define the above
* settings itself.
*/
#error "Unknown OS/missing configuration"
#endif