NUCLEO_L433RC_P: wrong D0 and D1 pins

pull/13583/head
jeromecoutant 2020-09-09 18:00:41 +02:00
parent 5bcb02a013
commit 668412ccde
1 changed files with 2 additions and 2 deletions

View File

@ -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,