diff options
author | 2020-04-21 21:14:43 +0200 | |
---|---|---|
committer | 2020-04-21 21:14:43 +0200 | |
commit | e0034b6e9d7d15bcd5a5b9990e31d26c887846d5 (patch) | |
tree | 037201985bc4f726b5cc3b6076f7c69661b36a16 /src/lib.rs | |
parent | 22d47dd75e9fb5004e0192666123d28f0a418310 (diff) | |
download | cortex-m-e0034b6e9d7d15bcd5a5b9990e31d26c887846d5.tar.gz cortex-m-e0034b6e9d7d15bcd5a5b9990e31d26c887846d5.tar.zst cortex-m-e0034b6e9d7d15bcd5a5b9990e31d26c887846d5.zip |
Added arch specific mutex implementation
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,5 +62,6 @@ pub mod interrupt; pub mod itm; pub mod peripheral; pub mod register; +pub mod mutex; pub use crate::peripheral::Peripherals; |