We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c127e commit e45499fCopy full SHA for e45499f
src/r3_port_arm_m/src/rt/imp.rs
@@ -36,7 +36,7 @@ pub const fn make_interrupt_handler_table<Traits: KernelTraits>() -> InterruptHa
36
#[cfg(any())]
37
assert!(
38
Traits::INTERRUPT_HANDLERS.get(i).is_none(),
39
- "registering a handler for a non-internal exception is \
+ "registering a handler for a non-interrupt exception is \
40
disallowed except for SysTick"
41
);
42
}
0 commit comments