embassy/embassy-boot
Rasmus Melchior Jacobsen 18c62aa5b4 Protect default implementations for FirmwareUpdater and BootLoader
It seems as if the arm compiler can does not care about whether the bootloader symbols are undefined if the default() function is never used. The x64 compiler does care however, so this change ensures that we can instantiate the types from tests.
2023-05-22 11:32:39 +02:00
..
boot Protect default implementations for FirmwareUpdater and BootLoader 2023-05-22 11:32:39 +02:00
nrf Protect default implementations for FirmwareUpdater and BootLoader 2023-05-22 11:32:39 +02:00
rp Protect default implementations for FirmwareUpdater and BootLoader 2023-05-22 11:32:39 +02:00
stm32 Protect default implementations for FirmwareUpdater and BootLoader 2023-05-22 11:32:39 +02:00