Skip to content

Commit

Permalink
Merge #117
Browse files Browse the repository at this point in the history
117: Update the references of UserHardFault, which was renamed to HardFault r=korken89 a=sstelfox

This updates the book to match the [renamed symbol](rust-embedded/cortex-m-rt#144) and my [associated PR](rust-embedded/cortex-m-quickstart#64) updating the quickstart repository.

Co-authored-by: Sam Stelfox <[email protected]>
  • Loading branch information
bors[bot] and sstelfox committed Jan 22, 2019
2 parents 0f31a4c + ce17476 commit 651fe4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/start/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ set print asm-demangle on
# detect unhandled exceptions, hard faults and panics
break DefaultHandler
break UserHardFault
break HardFault
break rust_begin_unwind
monitor arm semihosting enable
Expand Down
4 changes: 2 additions & 2 deletions src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ Reset:
430: bl #0x1c
434: b #-0x4 <Reset+0x34>
UserHardFault_:
436: b #-0x4 <UserHardFault_>
HardFault_:
436: b #-0x4 <HardFault_>
UsageFault:
438: b #-0x4 <UsageFault>
Expand Down

0 comments on commit 651fe4a

Please sign in to comment.