mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Update src/main/io/displayport_msp.h
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
369e87a694
commit
cd24c216e3
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ typedef enum {
|
|||
MSP_DP_OPTIONS = 5, // Not used by Betaflight. Reserved by Ardupilot and INAV
|
||||
MSP_DP_SYS = 6, // Display system element displayportSystemElement_e at given coordinates
|
||||
#ifdef USE_MSP_DISPLAYPORT_FONT
|
||||
MSP_DP_FONTCHAR_WRITE = 7, // New OSD chip works over MSP, enables font write over MSP
|
||||
MSP_DP_FONTCHAR_WRITE = 7, // New OSD chip works over MSP, enables font write over MSP
|
||||
#endif
|
||||
MSP_DP_COUNT,
|
||||
} displayportMspCommand_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue