Skip to content

Commit

Permalink
run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-rover committed Jan 13, 2025
1 parent 13b205e commit 930af8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embassy-rp/src/time_driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl TimerDriver {
TIMER.alarm(n).write_value(timestamp as u32);
}
});

}

fn trigger_alarm(&self, cs: CriticalSection) {
Expand Down

0 comments on commit 930af8e

Please sign in to comment.