Skip to content

Commit

Permalink
Fix serial_driver.md list item numbering (qmk#19819)
Browse files Browse the repository at this point in the history
  • Loading branch information
souvlakeeb committed Feb 12, 2023
1 parent 0afe0e2 commit 3f45fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/serial_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3f45fd4

Please sign in to comment.