Skip to content

Commit 1f4ba8f

Browse files
committed
fix: typo
1 parent 1b0aa3e commit 1f4ba8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-06-17-hpmicro-riscv-interrupt-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ pub static __VECTORED_INTERRUPTS: [Vector; 73] = [
363363
}
364364
```
365365

366-
这样久可以通过链接符号直接覆盖:
366+
这样就可以通过链接符号直接覆盖:
367367

368368
```rust
369369
#[no_mangle]

0 commit comments

Comments
 (0)