summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-02-12 17:06:22 +0000
committerQMK Bot <hello@qmk.fm>2023-02-12 17:06:22 +0000
commit13af26526837c9a82b53a42b1820ce19d587553c (patch)
tree97862fbae5e90e2115bb6736b6fe9ae57abaee00 /docs
parent3ae87b155531b4529970c65c7a92a7399ab0233f (diff)
parent3f45fd4924ad13d76049d02611f63b2337e52bf2 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/serial_driver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/serial_driver.md b/docs/serial_driver.md
index 7fad23911a..c4b42f38dd 100644
--- a/docs/serial_driver.md
+++ b/docs/serial_driver.md
@@ -105,7 +105,7 @@ For STM32 MCUs several GPIO configuration options can be changed as well. See th
#define SERIAL_USART_TX_PAL_MODE 7 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 7
```
-1. Decide either for `SERIAL`, `SIO` or `PIO` subsystem, see the section ["Choosing a driver subsystem"](#choosing-a-driver-subsystem).
+4. Decide either for `SERIAL`, `SIO` or `PIO` subsystem, see the section ["Choosing a driver subsystem"](#choosing-a-driver-subsystem).
<hr>