Skip to content

Commit

Permalink
Disable the defmt feature in the BootInSuccessState
Browse files Browse the repository at this point in the history
  • Loading branch information
imrank03 committed Sep 11, 2024
1 parent 3af9ee2 commit 41a0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/update/src/update/update_flash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 41a0d8f

Please sign in to comment.