8000 Update wirish_debug.cpp · ArduinoWorks/Arduino_STM32@066dacf · GitHub
[go: up one dir, main page]

Skip to content

Commit 066dacf

Browse files
authored
Update wirish_debug.cpp
reserve SWD lines only for debug
1 parent 1cc4f79 commit 066dacf

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