We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8858707 commit 775309eCopy full SHA for 775309e
1 file changed
itm/tests/singles.rs
@@ -173,7 +173,7 @@ fn decode_exceptiontrace_packet() {
173
assert_eq!(
174
decoder.singles().next().unwrap().unwrap(),
175
TracePacket::ExceptionTrace {
176
- exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 32 },
+ exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 16 },
177
action: ExceptionAction::Returned,
178
}
179
);
0 commit comments