Skip to content

Commit

Permalink
Fix clippy unused lints in async_hal::timer
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Jan 23, 2024
1 parent c8bfb0a commit e7f8e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/src/async_hal/timer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use crate::thumbv7em::timer;
#[cfg(feature = "has-tc1")]
use crate::pac::TC1;

#[cfg(feature = "has-tc2")]
#[cfg(all(feature = "has-tc2", not(feature = "samd11")))]
use crate::pac::TC2;

#[cfg(feature = "has-tc3")]
Expand Down

0 comments on commit e7f8e12

Please sign in to comment.