boards: arm: nucleo_h743zi: fix arduino connector D1 pin
D1 pin on Arduino R3 connector was not correct. Ref: UM2407. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
bae792098c
commit
2841078da3
|
@ -18,7 +18,7 @@
|
|||
<4 0 &gpioc 2 0>, /* A4 */
|
||||
<5 0 &gpiof 10 0>, /* A5 */
|
||||
<6 0 &gpiob 7 0>, /* D0 */
|
||||
<7 0 &gpiob 14 0>, /* D1 */
|
||||
<7 0 &gpiob 6 0>, /* D1 */
|
||||
<8 0 &gpiog 14 0>, /* D2 */
|
||||
<9 0 &gpioe 13 0>, /* D3 */
|
||||
<10 0 &gpioe 14 0>, /* D4 */
|
||||
|
|
Loading…
Reference in a new issue