From 0228350ef4758c45623e325c41116720bbc2b30a Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 25 Jul 2023 10:01:51 +0200 Subject: Fixed new TAIT requirement and release v2.0.1 of RTIC --- rtic-monotonics/src/rp2040.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtic-monotonics/src') diff --git a/rtic-monotonics/src/rp2040.rs b/rtic-monotonics/src/rp2040.rs index a9fd3f3..a6e0af6 100644 --- a/rtic-monotonics/src/rp2040.rs +++ b/rtic-monotonics/src/rp2040.rs @@ -38,7 +38,7 @@ impl Timer { /// Start a `Monotonic` based on RP2040's Timer. pub fn start( timer: TIMER, - resets: &mut RESETS, + resets: &RESETS, _interrupt_token: impl crate::InterruptToken, ) { resets.reset.modify(|_, w| w.timer().clear_bit()); -- cgit v1.2.3