mcuboot
mcuboot copied to clipboard
boot: main: avoid unused build warning
In case ESP32 SoC is used, *start will get build warning as it is not used.
@nordicjm @almir-okato PTAL.
@nordicjm I inverted the call order instead of creating an additional #ifdef just because of a single variable. Let me know if it fits you. PTAL again.
@nordicjm Ok, taking your suggestion and adding #ifdef around it.