mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
Fixed new TAIT requirement and release v2.0.1 of RTIC
This commit is contained in:
parent
1967058784
commit
0228350ef4
8 changed files with 39 additions and 17 deletions
|
|
@ -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<Self>,
|
||||
) {
|
||||
resets.reset.modify(|_, w| w.timer().clear_bit());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue