mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 06:40:47 +00:00
Fix broken link (#3729)
This commit is contained in:
parent
745cfd71b6
commit
d315816680
@ -737,8 +737,8 @@ impl<'d> I2c<'d, Blocking> {
|
||||
/// Note that this will replace any previously registered interrupt
|
||||
/// handlers.
|
||||
///
|
||||
/// You can restore the default/unhandled interrupt handler by using
|
||||
/// [crate::DEFAULT_INTERRUPT_HANDLER]
|
||||
/// You can restore the default/unhandled interrupt handler by passing
|
||||
/// [DEFAULT_INTERRUPT_HANDLER][crate::interrupt::DEFAULT_INTERRUPT_HANDLER].
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user