Skip to content

Commit 1968a71

Browse files
committed
Make reset module pub again
1 parent 63c3ad4 commit 1968a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

espflash/src/connection/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ use crate::{
3737
target::Chip,
3838
};
3939

40-
pub(crate) mod reset;
40+
pub mod reset;
4141

4242
pub use reset::{ResetAfterOperation, ResetBeforeOperation};
4343

0 commit comments

Comments
 (0)