Skip to content

Commit

Permalink
Update kernel/src/hil/spi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Campbell <bradjc5@gmail.com>
  • Loading branch information
alevy and bradjc authored Aug 22, 2024
1 parent 48aacf4 commit e10d612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/hil/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub mod cs {
}

/// A convenience wrapper type around
/// [Output](crate::hil::gpio::Output] GPIO pins that implements
/// [Output](crate::hil::gpio::Output) GPIO pins that implements
/// [IntoChipSelect] for both [ActiveLow] and [ActiveHigh].
#[derive(Copy, Clone)]
pub struct ChipSelectPolar<P: crate::hil::gpio::Output> {
Expand Down

0 comments on commit e10d612

Please sign in to comment.