Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Jun 30, 2024
1 parent c84b996 commit aed1340
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/fmc-sdram.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ macro_rules! fmc_pins {
($($alt:ident: $pin:expr,)*) => {
(
$(
alt::$alt::from($pin.into_alternate()
.speed(Speed::VeryHigh)
.internal_pull_up(true)
)
alt::$alt::from($pin.internal_pull_up(true))
),*
)
};
Expand Down

0 comments on commit aed1340

Please sign in to comment.