Remove upload_protocol "cmsis-dap" (#14606)
This commit is contained in:
parent
a49478cefa
commit
21e1148d98
|
@ -54,8 +54,7 @@
|
|||
"protocols": [
|
||||
"stlink",
|
||||
"dfu",
|
||||
"jlink",
|
||||
"cmsis-dap"
|
||||
"jlink"
|
||||
],
|
||||
"require_upload_port": true,
|
||||
"use_1200bps_touch": false,
|
||||
|
|
|
@ -485,7 +485,6 @@ lib_deps = ${common.lib_deps}
|
|||
lib_ignore = Adafruit NeoPixel, c1921b4, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
||||
monitor_speed = 250000
|
||||
upload_protocol = cmsis-dap
|
||||
|
||||
#
|
||||
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
|
||||
|
|
Loading…
Reference in a new issue