Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Aug 8, 2024
1 parent 1f66a26 commit f386899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ pub struct Event {
pub timestamp: Duration,
/// Sequence number for this event in the sequence of interrupt trigger events for this pin.
pub seqno: u32,
/// Interrupt trigger.
/// Interrupt trigger. This will contain either [Trigger::RisingEdge] or [Trigger::FallingEdge].
pub trigger: Trigger,
}

Expand Down

0 comments on commit f386899

Please sign in to comment.