Skip to content

Commit 82e66bc

Browse files
authored
Merge pull request #276 from IsaacDynamo/pub-signals
Export InputSignal and OutputSignal
2 parents 59d02f5 + e1c0ac5 commit 82e66bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

esp-hal-common/src/gpio.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,4 +1311,5 @@ pub use impl_interrupt_status_register_access;
13111311
pub use impl_output;
13121312
pub use impl_output_wrap;
13131313

1314-
use self::types::{InputSignal, OutputSignal, ONE_INPUT, ZERO_INPUT};
1314+
pub use self::types::{InputSignal, OutputSignal};
1315+
use self::types::{ONE_INPUT, ZERO_INPUT};

0 commit comments

Comments
 (0)