Skip to content

Commit bd79917

Browse files
authored
Update wirish_debug.cpp
reserve SWD lines only for debug
1 parent aa15a38 commit bd79917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: STM32F1/cores/maple/stm32f1/wirish_debug.cpp

+1-1
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)