aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-24 19:42:05 -0700
committerChristian Cunningham <cc@localhost>2022-08-24 19:42:05 -0700
commit7f3d7d9ce9818078b6a4616b4c31a28e2868397b (patch)
tree9d9a0ba47c997d87f0cca5da37c70642d9ed2b4d /src/kernel.rs
parentbb56af20ed036bed8d9d2f8bf68376ce4d55e79a (diff)
GPIO constants in a new mdoule
Diffstat (limited to 'src/kernel.rs')
-rw-r--r--src/kernel.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel.rs b/src/kernel.rs
index ff33f48..36b6e42 100644
--- a/src/kernel.rs
+++ b/src/kernel.rs
@@ -26,6 +26,7 @@ pub use alloc::string::String;
mod console;
mod cpu;
mod draw;
+mod gpio;
mod mem;
mod panic_wait;
mod print;