mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Fix minor typo in DisplayPort.md (#11995)
This commit is contained in:
parent
a5ebfd5b4a
commit
d49d8ad4fb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# DisplayPort MSP Extensions
|
||||
|
||||
Betaflight supports what is sometimes referred to as Canvas Mode whereby the OSD can sent arbitrary character strings to be displayed at given screen coordinates.
|
||||
Betaflight supports what is sometimes referred to as Canvas Mode whereby the OSD can send arbitrary character strings to be displayed at given screen coordinates.
|
||||
|
||||
## DisplayPort MSP commands
|
||||
|
||||
|
@ -118,4 +118,4 @@ typedef enum {
|
|||
DISPLAYPORT_SYS_WARNINGS = 8,
|
||||
DISPLAYPORT_SYS_COUNT,
|
||||
} displayPortSystemElement_e;
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue