1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/common/blxxxpill: Fix mixup in pinout

TX0 and RX0 in the pinout got mixed up. This swaps them back.
This commit is contained in:
Marian Buschsieweke 2023-02-08 14:54:45 +01:00
parent f22ce155bb
commit 660990afd3
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
2 changed files with 3 additions and 4712 deletions

View File

@ -113,8 +113,8 @@ PIN, DIGITAL, INPUT, NONE, "PB 3", , , ,
PIN, DIGITAL, IO, NONE, "PA 15"
PIN, DIGITAL, IO, NONE, "PA 12", "USB D+\\nstdio"
PIN, DIGITAL, IO, NONE, "PA 11", "USB D-\\nstdio"
PIN, DIGITAL, OUTPUT, NONE, "PA 10", "stdio", , , , , , "TX0"
PIN, DIGITAL, INPUT, NONE, "PA 9", "stdio", , , , , , "RX0", "QDEC2-A"
PIN, DIGITAL, OUTPUT, NONE, "PA 10", "stdio", , , , , , "RX0"
PIN, DIGITAL, INPUT, NONE, "PA 9", "stdio", , , , , , "TX0", "QDEC2-A"
PIN, DIGITAL, IO, NONE, "PA 8", , , , , , , , "QDEC2-B"
PIN, DIGITAL, OUTPUT, NONE, "PB 15", , , , "MOSI0"
PIN, DIGITAL, INPUT, NONE, "PB 14", , , , "MISO0"

Can't render this file because it has a wrong number of fields in line 2.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 992 KiB