Skip to content

Commit ed655bb

Browse files
committed
fix link
1 parent a225c04 commit ed655bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp-hal/src/interrupt/riscv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ pub static RESERVED_INTERRUPTS: &[u32] = PRIORITY_TO_INTERRUPT;
228228
/// an error.
229229
///
230230
/// ## Example
231-
/// Visit the [interrupt] test to see a proper example of how to use direct vectoring.
231+
/// Visit the [mod interrupt] test to see a proper example of how to use direct vectoring.
232232
///
233-
/// [interrupt]: https://github.com/esp-rs/esp-hal/blob/main/hil-test/src/bin/interrupt.rs
233+
/// [mod interrupt]: https://github.com/esp-rs/esp-hal/blob/main/hil-test/src/bin/misc_drivers.rs
234234
pub fn enable_direct(
235235
interrupt: Interrupt,
236236
level: Priority,

0 commit comments

Comments
 (0)