Skip to content

Commit

Permalink
fix(nucleo_g431k): add missing PinName in digitalPin array
Browse files Browse the repository at this point in the history
Fixes #2400.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jun 17, 2024
1 parent 361a7fd commit ced1323
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ const PinName digitalPin[] = {
PA_5, // D18/A4 - SB3 ON also connected to PB7
PA_6, // D19/A5 - SB2 ON also connected to PA15
PA_7, // D20/A6
PA_2 // D21/A7 - SB1 ON VCP TX
PA_2, // D21/A7 - SB1 ON VCP TX
PB_3, // D22 - D13 if SB7 OFF SB6 ON
PA_13, // D23 - SWDIO
PA_15 // D24 - SWCLK
};

// Analog (Ax) pin number array
Expand Down

0 comments on commit ced1323

Please sign in to comment.