[NUCLEO_F302R8] Correct D11-D13 pin names

pull/244/head
bcostm 2014-04-02 14:05:42 +02:00
parent c2bfc1217b
commit 76afd011cd
1 changed files with 3 additions and 3 deletions

View File

@ -131,9 +131,9 @@ typedef enum {
D8 = PA_9,
D9 = PC_7,
D10 = PB_6,
D11 = PA_7,
D12 = PA_6,
D13 = PA_5,
D11 = PB_15,
D12 = PB_14,
D13 = PB_13,
D14 = PB_9,
D15 = PB_8,