aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-08-16 15:37:39 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-08-16 15:38:31 +0200
commitbc3eb5c54784c32ccfff404dba58a27d5a47f04e (patch)
tree73d4d91075f06a35149ee3b5303bde465d881a64 /src/lib.rs
parent74b396497861ad69dcab0414851ddb8b5c624036 (diff)
downloadrtic-bc3eb5c54784c32ccfff404dba58a27d5a47f04e.tar.gz
rtic-bc3eb5c54784c32ccfff404dba58a27d5a47f04e.tar.zst
rtic-bc3eb5c54784c32ccfff404dba58a27d5a47f04e.zip
Remove linked list impl - use heapless, linked list init now const fn
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cd511996..ca52ec1e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -43,8 +43,6 @@ pub use rtic_monotonic::{self, embedded_time as time, Monotonic};
#[doc(hidden)]
pub mod export;
#[doc(hidden)]
-mod linked_list;
-#[doc(hidden)]
mod tq;
/// Sets the given `interrupt` as pending