mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #3951 from jeromecoutant/PR_F303ZE
[NUCLEO_F303ZE] Correct ARDUINO pinpull/3536/merge
commit
2ec6ee4a24
|
@ -178,11 +178,11 @@ typedef enum {
|
||||||
A0 = PA_3,
|
A0 = PA_3,
|
||||||
A1 = PC_0,
|
A1 = PC_0,
|
||||||
A2 = PC_3,
|
A2 = PC_3,
|
||||||
A3 = PC_1,
|
A3 = PD_11,
|
||||||
A4 = PC_4,
|
A4 = PD_12,
|
||||||
A5 = PC_5,
|
A5 = PD_13,
|
||||||
D0 = PG_9,
|
D0 = PC_5,
|
||||||
D1 = PG_14,
|
D1 = PC_14,
|
||||||
D2 = PF_15,
|
D2 = PF_15,
|
||||||
D3 = PE_13,
|
D3 = PE_13,
|
||||||
D4 = PF_14,
|
D4 = PF_14,
|
||||||
|
|
Loading…
Reference in New Issue