8000 Merge pull request #419 from stevstrong/patch-10 · ArduinoWorks/Arduino_STM32@d5c6f63 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5c6f63

Browse files
Merge pull request rogerclarkmelbourne#419 from stevstrong/patch-10
Update wirish_debug.cpp - to ONLY reserve SWD pa13 & pa14 SWD, rather than all JTAG debug pins, which also include PB3 and PB4
2 parents 1cc4f79 + 066dacf commit d5c6f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/cores/maple/stm32f1/wirish_debug.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ void disableDebugPorts(void) {
3737
}
3838

3939
void enableDebugPorts(void) {
40-
afio_cfg_debug_ports(AFIO_DEBUG_FULL_SWJ);
40+
afio_cfg_debug_ports(AFIO_DEBUG_SW_ONLY);
4141
}

0 commit comments

Comments
 (0)
0