Skip to content

Commit 46c6385

Browse files
Fix incorrect pin connection for Generic EEPROM footprint on the WeAct Black Pill V3.0 board page
1 parent 4e89cf9 commit 46c6385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/boards/STM32F401CEU6-WeAct-Black-Pill-V3.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"footprint": true,
268268
"pins": [
269269
{ "number": 1, "name": null, "function": "/CS", "to": "PA4" },
270-
{ "number": 2, "name": null, "function": "DO", "to": "PB4" },
270+
{ "number": 2, "name": null, "function": "DO", "to": "PA6" },
271271
{ "number": 3, "name": null, "function": "/WP", "to": "+3.3V rail" },
272272
{ "number": 4, "name": null, "function": "GND", "to": "Ground plane" },
273273
{ "number": 5, "name": null, "function": "DI", "to": "PA7" },

0 commit comments

Comments
 (0)