Skip to content

Commit

Permalink
make _isr_context signal weak
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Apr 4, 2024
1 parent 15f8d7b commit 9349937
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mips-rt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mips-rt"
version = "0.3.5"
version = "0.3.6"
authors = ["Stephan <kiffie@mailbox.org"]
edition = "2021"
repository = "https://github.com/kiffie/pic32-rs"
Expand Down
2 changes: 1 addition & 1 deletion mips-rt/native_lib/isr_context.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.set noreorder
.set noat
.set nomips16
.globl _isr_context
.weak _isr_context
.ent _isr_context

_isr_context:
Expand Down
Binary file modified mips-rt/native_lib/libmips-rt.a
Binary file not shown.

0 comments on commit 9349937

Please sign in to comment.