mirror of https://github.com/ARMmbed/mbed-os.git
NUCLEO_L433RC_P: wrong D0 and D1 pins
parent
5bcb02a013
commit
668412ccde
|
@ -165,8 +165,8 @@ typedef enum {
|
|||
A3 = PC_2,
|
||||
A4 = PC_1,
|
||||
A5 = PC_0,
|
||||
D0 = PA_2,
|
||||
D1 = PA_3,
|
||||
D0 = PA_10,
|
||||
D1 = PA_9,
|
||||
D2 = PA_12,
|
||||
D3 = PB_3,
|
||||
D4 = PB_5,
|
||||
|
|
Loading…
Reference in New Issue