Skip to content

Commit 775309e

Browse files
committed
tests: fix ExceptionTrace decode
1 parent 8858707 commit 775309e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

itm/tests/singles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ fn decode_exceptiontrace_packet() {
173173
assert_eq!(
174174
decoder.singles().next().unwrap().unwrap(),
175175
TracePacket::ExceptionTrace {
176-
exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 32 },
176+
exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 16 },
177177
action: ExceptionAction::Returned,
178178
}
179179
);

0 commit comments

Comments
 (0)