We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfad935 commit eee21e5Copy full SHA for eee21e5
espflash/src/targets/flash_target/ram.rs
@@ -37,11 +37,11 @@ impl FlashTarget for RamTarget {
37
}
38
39
fn write_segment_sdm(
40
- &mut self,
41
- _connection: &mut Connection,
42
- _segment: Segment<'_>,
43
- _progress: &mut Option<&mut dyn ProgressCallbacks>,
44
- ) -> Result<(), Error> {
+ &mut self,
+ _connection: &mut Connection,
+ _segment: Segment<'_>,
+ _progress: &mut Option<&mut dyn ProgressCallbacks>,
+ ) -> Result<(), Error> {
45
todo!()
46
47
0 commit comments