1
0
Fork 0
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:
Eike Ahmels 2025-05-19 07:57:26 +02:00 committed by GitHub
parent 369e87a694
commit cd24c216e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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