Skip to content

Commit 5ad4d02

Browse files
committed
Add timer::Cancel to prelude
1 parent 6a83a52 commit 5ad4d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prelude.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pub use embedded_hal::{
22
prelude::*,
33
digital::v2::*,
44
adc::OneShot as _,
5+
timer::Cancel as _,
56
watchdog::{
67
Watchdog as _,
78
WatchdogEnable as _,

0 commit comments

Comments
 (0)