mcuboot/boot/mbed/include
George Beckstein ae09770946 Fix Mbed OS logging port when trace is disabled.
This PR prevents the following build error:

```
./mcuboot/boot/mbed/include/mcuboot_config/mcuboot_logging.h:65:30: error: 'IGNORE' was not declared in this scope
   65 | #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
```

This build error occurs when the bootloader is configured with Mbed's logging library, mbed-trace, disabled or when a logging level other than "MCUBOOT_LOG_LEVEL_DEBUG" is used. Since "bootutil/ignore.h" was not included previously, the "IGNORE(...)" macro was undefined in this scope.

Signed-off-by: George Beckstein <becksteing@embeddedplanet.com>
2020-12-03 09:58:36 -03:00
..
flash_map_backend Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00
mcuboot_config Fix Mbed OS logging port when trace is disabled. 2020-12-03 09:58:36 -03:00
os Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00
sysflash Mbed-OS porting layer implementation for mcuboot 2020-11-03 19:16:46 -03:00