embassy/examples/boot/bootloader
Ulf Lilleengen d0fe654c82 Remove BootFlash borrow
Compiler will infer a different lifetime for BootFlash than for the
borrowed flash, which makes it require more type annotations than if it
was just owning the type. Since it doesn't really matter if it owns or
borrows in practical use, change it to own so that it simplifies usage.
2022-09-20 09:54:37 +02:00
..
nrf Remove BootFlash borrow 2022-09-20 09:54:37 +02:00
stm32 Remove BootFlash borrow 2022-09-20 09:54:37 +02:00