Skip to content

Commit 74755a3

Browse files
committed
Make reset module pub again
1 parent b8eb162 commit 74755a3

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
@@ -39,7 +39,7 @@ use crate::{
3939
};
4040

4141
pub(crate) mod command;
42-
pub(crate) mod reset;
42+
pub mod reset;
4343

4444
const MAX_CONNECT_ATTEMPTS: usize = 7;
4545
const MAX_SYNC_ATTEMPTS: usize = 5;

0 commit comments

Comments
 (0)