We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b8fd4 commit e0a22e4Copy full SHA for e0a22e4
tock/chips/arty_e21/src/lib.rs
@@ -9,5 +9,5 @@
9
mod interrupts;
10
11
pub mod chip;
12
-pub mod gpio;
13
-pub mod uart;
+mod gpio;
+mod uart;
0 commit comments