Skip to content

Commit

Permalink
AP_OSD: added new serial manager protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Nov 28, 2023
1 parent 7a8dafb commit 3591fee
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 @@ -117,7 +117,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"
"AIS", "CD_ESC", "MSP_DP", "MAV_HL", "TRAMP", "DDS", "IMUOUT",
};
static_assert(AP_SerialManager::SerialProtocol_NumProtocols == ARRAY_SIZE(SERIAL_PROTOCOL_VALUES), "Wrong size SerialProtocol_NumProtocols");

Expand Down

0 comments on commit 3591fee

Please sign in to comment.