From bc3eb5c54784c32ccfff404dba58a27d5a47f04e Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 16 Aug 2021 15:37:39 +0200 Subject: Remove linked list impl - use heapless, linked list init now const fn --- src/export.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/export.rs') 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; -- cgit v1.2.3