Skip to content

Commit

Permalink
AP_SerialManager: TYPE param renamed to MAVLink
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and peterbarker committed May 20, 2024
1 parent 1da3c24 commit 19ea094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_SerialManager/AP_SerialManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const AP_Param::GroupInfo AP_SerialManager::var_info[] = {
// @Param: 0_PROTOCOL
// @DisplayName: Console protocol selection
// @Description: Control what protocol to use on the console.
// @Values: 1:MAVlink1, 2:MAVLink2
// @Values: 1:MAVLink1, 2:MAVLink2
// @User: Standard
// @RebootRequired: True
AP_GROUPINFO("0_PROTOCOL", 11, AP_SerialManager, state[0].protocol, SerialProtocol_MAVLink2),
Expand Down

0 comments on commit 19ea094

Please sign in to comment.