Skip to content

Commit

Permalink
AP_OSD: add option for IOMCU SerialProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Jan 31, 2025
1 parent 84ee5d3 commit 9d150cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_OSD/AP_OSD_ParamSetting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static const char* SERIAL_PROTOCOL_VALUES[] = {
"FSKY_TX", "LID360", "", "BEACN", "VOLZ", "SBUS", "ESC_TLM", "DEV_TLM", "OPTFLW", "RBTSRV",
"NMEA", "WNDVNE", "SLCAN", "RCIN", "MGSQRT", "LTM", "RUNCAM", "HOT_TLM", "SCRIPT", "CRSF",
"GEN", "WNCH", "MSP", "DJI", "AIRSPD", "ADSB", "AHRS", "AUDIO", "FETTEC", "TORQ",
"AIS", "CD_ESC", "MSP_DP", "MAV_HL", "TRAMP", "DDS", "IMUOUT", "IQ", "PPP", "IBUS_TLM"
"AIS", "CD_ESC", "MSP_DP", "MAV_HL", "TRAMP", "DDS", "IMUOUT", "IQ", "PPP", "IBUS_TLM", "IOMCU"
};
static_assert(AP_SerialManager::SerialProtocol_NumProtocols == ARRAY_SIZE(SERIAL_PROTOCOL_VALUES), "Wrong size SerialProtocol_NumProtocols");

Expand Down

0 comments on commit 9d150cc

Please sign in to comment.