Fix broken link (#3729)

This commit is contained in:
Dániel Buga 2025-07-01 16:08:49 +02:00 committed by GitHub
parent 745cfd71b6
commit d315816680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -737,8 +737,8 @@ impl<'d> I2c<'d, Blocking> {
/// Note that this will replace any previously registered interrupt /// Note that this will replace any previously registered interrupt
/// handlers. /// handlers.
/// ///
/// You can restore the default/unhandled interrupt handler by using /// You can restore the default/unhandled interrupt handler by passing
/// [crate::DEFAULT_INTERRUPT_HANDLER] /// [DEFAULT_INTERRUPT_HANDLER][crate::interrupt::DEFAULT_INTERRUPT_HANDLER].
/// ///
/// # Panics /// # Panics
/// ///