diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2022-12-12 21:41:55 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2022-12-12 21:41:55 -0700 |
commit | 8bb2d168044213ce9bd31a19efb6bab90f5c9722 (patch) | |
tree | 737ba66cd1405fb4aa9ac5df9415b2ea5d88ab20 /src/init/mod.rs | |
parent | ef3a1919ce5c87179e8f1d7a3b1b835151fdf50f (diff) | |
download | stm32l4-rust-8bb2d168044213ce9bd31a19efb6bab90f5c9722.tar.gz stm32l4-rust-8bb2d168044213ce9bd31a19efb6bab90f5c9722.tar.bz2 stm32l4-rust-8bb2d168044213ce9bd31a19efb6bab90f5c9722.zip |
Create an init system.
Diffstat (limited to 'src/init/mod.rs')
-rw-r--r-- | src/init/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init/mod.rs b/src/init/mod.rs new file mode 100644 index 0000000..2e609f3 --- /dev/null +++ b/src/init/mod.rs @@ -0,0 +1,2 @@ +pub mod core; +pub mod load; |