1
0
Fork 0
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:
Steve Evans 2022-11-16 12:57:04 +00:00 committed by GitHub
parent a5ebfd5b4a
commit d49d8ad4fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
```
```