We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a225c04 commit ed655bbCopy full SHA for ed655bb
esp-hal/src/interrupt/riscv.rs
@@ -228,9 +228,9 @@ pub static RESERVED_INTERRUPTS: &[u32] = PRIORITY_TO_INTERRUPT;
228
/// an error.
229
///
230
/// ## Example
231
-/// Visit the [interrupt] test to see a proper example of how to use direct vectoring.
+/// Visit the [mod interrupt] test to see a proper example of how to use direct vectoring.
232
233
-/// [interrupt]: https://github.com/esp-rs/esp-hal/blob/main/hil-test/src/bin/interrupt.rs
+/// [mod interrupt]: https://github.com/esp-rs/esp-hal/blob/main/hil-test/src/bin/misc_drivers.rs
234
pub fn enable_direct(
235
interrupt: Interrupt,
236
level: Priority,
0 commit comments