Skip to content

Commit

Permalink
Correct serial configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gdobato committed Nov 6, 2023
1 parent ab1284f commit d0a7655
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ impl Board {
p.PI9,
p.PA0,
Irqs,
p.PA15,
p.PB0,
p.PA15, // TODO Set PI10
p.PB0, // TODO Set PI13
p.DMA1_CH0,
p.DMA1_CH1,
Default::default(),
Expand All @@ -67,8 +67,8 @@ impl Board {
p.PA10,
p.PA9,
Irqs,
p.PA12,
p.PA11,
p.PA12, // TODO Set PI14
p.PA11, // TODO Set PI15
p.DMA1_CH2,
p.DMA1_CH3,
Default::default(),
Expand Down

0 comments on commit d0a7655

Please sign in to comment.