diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-01-23 20:57:56 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:33:31 +0100 |
| commit | 71b5f9438e1beb5fe12b90415d9d6307e79c0cdf (patch) | |
| tree | d355da4f316ef5162916d99aebe9aa3a47ca7909 /rtic-monotonics/src/lib.rs | |
| parent | 0f6ae7c1dd0ce10a83682a922bf68aca9121df1c (diff) | |
Fixed systick monotonic
Diffstat (limited to 'rtic-monotonics/src/lib.rs')
| -rw-r--r-- | rtic-monotonics/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/src/lib.rs b/rtic-monotonics/src/lib.rs index 88398ca..ce30c36 100644 --- a/rtic-monotonics/src/lib.rs +++ b/rtic-monotonics/src/lib.rs @@ -6,6 +6,6 @@ #![allow(incomplete_features)] #![feature(async_fn_in_trait)] -pub use rtic_timer::{Monotonic, TimeoutError, TimerQueue}; +pub use rtic_time::{Monotonic, TimeoutError, TimerQueue}; pub mod systick_monotonic; |
