summaryrefslogtreecommitdiff
path: root/docs/zh-cn
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2022-05-30 23:05:57 +0100
committerGitHub <noreply@github.com>2022-05-30 23:05:57 +0100
commit25ec68c4085e0661ccb086ae9e887654d2e983fb (patch)
tree2b65dc66e8c945215c79ea78b99bf3d084efc90e /docs/zh-cn
parent3826fca63756ec9349e5e14bd20921646e796515 (diff)
Fix docs typo (#17254)
Diffstat (limited to 'docs/zh-cn')
-rw-r--r--docs/zh-cn/flashing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh-cn/flashing.md b/docs/zh-cn/flashing.md
index da3ceefc32..5833cd38fa 100644
--- a/docs/zh-cn/flashing.md
+++ b/docs/zh-cn/flashing.md
@@ -252,7 +252,7 @@ BOOTLOADER = stm32-dfu
### `make` 构建目标
* `:dfu-util`: 每5秒检测一次直到发现可用的STM32 bootloader设备,然后进行固件刷写。
-* `:dfu-util-split-left` 和 `:dfu-util-split-right`: 同 `:avrdude` 一样会刷写固件,但额外地会设置手性设置到EEPROM中,对于基于Proton-C的分体式键盘这是理想的方法。
+* `:dfu-util-split-left` 和 `:dfu-util-split-right`: 同 `:dfu-util` 一样会刷写固件,但额外地会设置手性设置到EEPROM中,对于基于Proton-C的分体式键盘这是理想的方法。
* `:st-link-cli`: 通过ST-Link CLI工具集而非dfu-util进行刷写,需要有ST-Link电子狗。
* `:st-flash`: 通过[STLink工具](https://github.com/stlink-org/stlink)内的 `st-flash` 工具而非dfu-util进行刷写,需要有ST-Link电子狗。