Skip to content

Commit 9f97781

Browse files
committed
Fix PA5
1 parent 077d85f commit 9f97781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/variant_DAISY_PETAL_SM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const PinName digitalPin[] = {
4545
PA_2, // D19/A3
4646
PA_7, // D20/A4
4747
PC_1, // D21/A5
48-
PC_4, // D22
48+
PA_5, // D22
4949
PA_4, // D23/A6
5050
PA_1, // D24/A7
5151
PA_0, // D25/A8

0 commit comments

Comments
 (0)