From cd24c216e3bb0086c89952085e66a3f7bc64ed60 Mon Sep 17 00:00:00 2001 From: Eike Ahmels Date: Mon, 19 May 2025 07:57:26 +0200 Subject: [PATCH] Update src/main/io/displayport_msp.h Co-authored-by: Mark Haslinghuis --- src/main/io/displayport_msp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;