Skip to content

Commit 4b2f4b4

Browse files
committed
[MSP430] Fix relocation errors.
1 parent 82480fd commit 4b2f4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/interrupt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub fn render(device: &Device, target: &Target, peripherals: &[Peripheral]) -> R
151151
#[cfg(feature = "rt")]
152152
global_asm!("
153153
DH_TRAMPOLINE:
154-
jmp DEFAULT_HANDLER
154+
br #DEFAULT_HANDLER
155155
");
156156

157157
#[cfg(feature = "rt")]

0 commit comments

Comments
 (0)