diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-08-16 15:37:39 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-08-16 15:38:31 +0200 |
| commit | bc3eb5c54784c32ccfff404dba58a27d5a47f04e (patch) | |
| tree | 73d4d91075f06a35149ee3b5303bde465d881a64 /src/export.rs | |
| parent | 74b396497861ad69dcab0414851ddb8b5c624036 (diff) | |
Remove linked list impl - use heapless, linked list init now const fn
Diffstat (limited to 'src/export.rs')
| -rw-r--r-- | src/export.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/export.rs b/src/export.rs index e449ef4..927e951 100644 --- a/src/export.rs +++ b/src/export.rs @@ -13,6 +13,7 @@ pub use cortex_m::{ peripheral::{scb::SystemHandler, syst::SystClkSource, DWT, NVIC}, Peripherals, }; +pub use heapless::sorted_linked_list::SortedLinkedList; pub use heapless::spsc::Queue; pub use heapless::BinaryHeap; pub use rtic_monotonic as monotonic; |
