We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa15a38 + bd79917 commit e28c31fCopy full SHA for e28c31f
STM32F1/cores/maple/stm32f1/wirish_debug.cpp
@@ -37,5 +37,5 @@ void disableDebugPorts(void) {
37
}
38
39
void enableDebugPorts(void) {
40
- afio_cfg_debug_ports(AFIO_DEBUG_FULL_SWJ);
+ afio_cfg_debug_ports(AFIO_DEBUG_SW_ONLY);
41
0 commit comments