We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169e334 commit 4a78f3eCopy full SHA for 4a78f3e
src/interrupt.rs
@@ -25,10 +25,6 @@ pub unsafe trait InterruptNumber: Copy {
25
26
/// Implement InterruptNumber for the old bare_metal::Nr trait.
27
/// This implementation is for backwards compatibility only and will be removed in cortex-m 0.8.
28
-#[deprecated(
29
- since = "0.7.0",
30
- note = "Please update your PAC to one using the latest svd2rust"
31
-)]
32
unsafe impl<T: Nr + Copy> InterruptNumber for T {
33
#[inline]
34
fn number(self) -> u16 {
0 commit comments