diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-04-07 12:01:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 12:01:18 +0000 |
| commit | 6c8257bb73de0f68072467447692a1f7dff555f9 (patch) | |
| tree | 815ee7267e0661532f9c3ad13021b5293efd994f /src/lib.rs | |
| parent | 3c86d713a6f8fdb052de80380a17468090e42624 (diff) | |
| parent | ae691952c328757113047bf696e934316789b844 (diff) | |
Merge #456
456: Cancel/reschedule support for monotonics r=AfoHT a=korken89
Design document: https://hackmd.io/lhUCzrKBS-66aadO4KsSzw?view
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ 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 |
