Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnross committed Mar 9, 2023
1 parent a10fdd1 commit 74f73af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion espflash/src/flasher/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ impl Flasher {
Ok(flasher)
}


pub fn disable_watchdog(&mut self) -> Result<(), Error> {
let mut target = self.chip.flash_target(self.spi_params, self.use_stub);
target.begin(&mut self.connection).flashing()?;
Expand Down

0 comments on commit 74f73af

Please sign in to comment.