Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Aug 11, 2024
1 parent e294a5d commit 914a0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ impl Gpio {
/// [`InputPin::poll_interrupt`]: struct.InputPin.html#method.poll_interrupt
/// [`InputPin::set_async_interrupt`]: struct.InputPin.html#method.set_async_interrupt
/// [`InputPin`]: struct.InputPin.html
/// [`Event`]: enum.Event.html
/// [`Event`]: struct.Event.html
pub fn poll_interrupts<'a>(
&self,
pins: &[&'a InputPin],
Expand Down
2 changes: 1 addition & 1 deletion src/gpio/pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ impl InputPin {
/// when `set_async_interrupt` is called, or when `InputPin` goes out of scope.
///
/// [`clear_async_interrupt`]: #method.clear_async_interrupt
/// [`Event`]: enum.Event.html
/// [`Event`]: struct.Event.html
pub fn set_async_interrupt<C>(
&mut self,
trigger: Trigger,
Expand Down

0 comments on commit 914a0e7

Please sign in to comment.