You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hal/src/sercom/mod.rs
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,6 @@ pub use pad::*;
51
51
pubmod i2c;
52
52
pubmod spi;
53
53
54
-
#[deprecated(
55
-
since = "0.19.0",
56
-
note = "spi_future is deprecated and will be removed in a later version of atsamd_hal. Consider using the `async` APIs available in the `spi` module as a replacement."
0 commit comments