diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-11-09 10:15:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-09 10:15:11 +0000 |
| commit | b4929032d5f013985becb88faf9b847236afe172 (patch) | |
| tree | bbdd1ccb6ebda2e4be8362709a8188ae1bed895a /src/lib.rs | |
| parent | 4f3c5baf49bde675dfa8faf6e5311d38cbb5d654 (diff) | |
| parent | 5ab5112271a9dbef6d875ad89706fc726e126b95 (diff) | |
Merge #547
547: New monotonic trait r=AfoHT a=korken89
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, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ use cortex_m::{interrupt::InterruptNumber, peripheral::NVIC}; pub use cortex_m_rtic_macros::app; pub use rtic_core::{prelude as mutex_prelude, Exclusive, Mutex}; -pub use rtic_monotonic::{self, embedded_time as time, Monotonic}; +pub use rtic_monotonic::{self, Monotonic}; #[doc(hidden)] pub mod export; |
