Skip to content

Commit 1ff6307

Browse files
[ELEKTOR_F072C8] Update variant.cpp (#922)
Removed entry of PA_3 for where PA_2 should be. Makes PA_2 now work
1 parent 66390b9 commit 1ff6307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/ELEKTOR_F072C8/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const PinName digitalPin[] = {
6666
//Analog Pins
6767
PA_0, //D27, A0
6868
PA_1, //D28, A1
69-
PA_3, //D29, A2
69+
PA_2, //D29, A2
7070
PA_3, //D30, A3
7171
PA_4, //D31, A4
7272
PA_5, //D32, A5

0 commit comments

Comments
 (0)