diff --git a/boards/update/src/update/update_flash.rs b/boards/update/src/update/update_flash.rs index 67cf460..045cc3d 100644 --- a/boards/update/src/update/update_flash.rs +++ b/boards/update/src/update/update_flash.rs @@ -300,7 +300,7 @@ where { match self.rustboot_update(true) { Err(_v) => { - #[cfg(feature = "defmt")] + // #[cfg(feature = "defmt")] panic!("all boot options exhausted") } // all boot options exhausted Ok(ref mut img) => {