aboutsummaryrefslogtreecommitdiff
path: root/embassy-extras/src/lib.rs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-05-11 00:43:48 +0200
committerDario Nieuwenhuis <[email protected]>2021-05-11 01:21:02 +0200
commite6a8c8bfcce1e882d4cd6b37c83eb6662762810b (patch)
tree3faa6800f9f0f511d31e7ea65a184573415590ea /embassy-extras/src/lib.rs
parent65b78119dc61952dc7eb9dbea2b9d2fd4abf3b4d (diff)
Add PriorityX enums to embassy-extras::interrupt
Diffstat (limited to 'embassy-extras/src/lib.rs')
-rw-r--r--embassy-extras/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-extras/src/lib.rs b/embassy-extras/src/lib.rs
index be08ddf1e..7036986ef 100644
--- a/embassy-extras/src/lib.rs
+++ b/embassy-extras/src/lib.rs
@@ -3,6 +3,7 @@
3// This mod MUST go first, so that the others see its macros. 3// This mod MUST go first, so that the others see its macros.
4pub(crate) mod fmt; 4pub(crate) mod fmt;
5 5
6pub mod interrupt;
6mod macros; 7mod macros;
7pub mod peripheral; 8pub mod peripheral;
8pub mod peripheral_shared; 9pub mod peripheral_shared;