diff --git a/src/main/io/displayport_msp.h b/src/main/io/displayport_msp.h index 97308cc8ee..24456325f6 100644 --- a/src/main/io/displayport_msp.h +++ b/src/main/io/displayport_msp.h @@ -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;