From 69ad6df2ed936e9758e31fdfcdbe93ab1313e69f Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 10 Apr 2023 21:38:26 +0200 Subject: rtic-monotonics: export fugit the same for all monotonics --- rtic-monotonics/src/systick.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src/systick.rs') diff --git a/rtic-monotonics/src/systick.rs b/rtic-monotonics/src/systick.rs index 6a28a11..cba9aa2 100644 --- a/rtic-monotonics/src/systick.rs +++ b/rtic-monotonics/src/systick.rs @@ -29,7 +29,7 @@ pub use super::{TimeoutError, TimerQueue}; use atomic_polyfill::{AtomicU32, Ordering}; use core::future::Future; use cortex_m::peripheral::SYST; -pub use fugit::ExtU32; +pub use fugit::{self, ExtU32}; // Features should be additive, here systick-100hz gets picked if both // `systick-100hz` and `systick-10khz` are enabled. -- cgit v1.2.3