Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Jan 21, 2025
1 parent 5f46362 commit c14faa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion riscv-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ riscv-target-parser = { path = "../riscv-target-parser", version = "0.1.0" }

[dependencies]
riscv = { path = "../riscv", version = "0.12.0" }
riscv-macros = { path = "../riscv/macros", version = "0.1.0" }
riscv-pac = { path = "../riscv-pac", version = "0.2.0" }
riscv-rt-macros = { path = "macros", version = "0.3.0" }

Expand Down
2 changes: 1 addition & 1 deletion riscv-rt/src/interrupts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ pub unsafe extern "C" fn _dispatch_core_interrupt(code: usize) {
any(target_arch = "riscv32", target_arch = "riscv64"),
feature = "v-trap"
))]
riscv_macros::vector_table!();
riscv::vector_table!();

0 comments on commit c14faa3

Please sign in to comment.