Skip to content

Commit

Permalink
idea I had while in bed, writing on my phone
Browse files Browse the repository at this point in the history
  • Loading branch information
corwinkuiper committed May 25, 2024
1 parent 141da1d commit 0c61517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions agb/src/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,9 @@ mod tests {
timer_b.set_interrupt(true);
timer_b.set_overflow_amount(15000);

timer_b.set_enabled(false);
timer_a.set_enabled(false);

static TIMER: AtomicU32 = AtomicU32::new(0);

let _interrupt_1 = unsafe {
Expand Down

0 comments on commit 0c61517

Please sign in to comment.