Skip to content

Commit

Permalink
Add SPI2_SCK pin for stm32f769i-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
dothanhtrung committed Jan 8, 2024
1 parent 302953f commit 6ddf56e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ impl_instance!(
pins: {
SCK: [
gpio::PA9<Alternate<5>>,
gpio::PA12<Alternate<5>>,
gpio::PB10<Alternate<5>>,
gpio::PB13<Alternate<5>>,
gpio::PD3<Alternate<5>>,
Expand Down

0 comments on commit 6ddf56e

Please sign in to comment.