Skip to content

Commit

Permalink
tests: fix ExceptionTrace decode
Browse files Browse the repository at this point in the history
  • Loading branch information
tmplt committed Jan 17, 2022
1 parent 8858707 commit 775309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itm/tests/singles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fn decode_exceptiontrace_packet() {
assert_eq!(
decoder.singles().next().unwrap().unwrap(),
TracePacket::ExceptionTrace {
exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 32 },
exception: cortex_m::peripheral::scb::VectActive::Interrupt { irqn: 16 },
action: ExceptionAction::Returned,
}
);
Expand Down

0 comments on commit 775309e

Please sign in to comment.