Skip to content

Commit

Permalink
AP_SerialManager: tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Aug 6, 2024
1 parent a6fe130 commit b65a5a9
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 @@ -542,7 +542,7 @@ void AP_SerialManager::init()
if (!AP::RC().has_uart()) {
AP::RC().add_uart(uart);
} else {
GCS_SEND_TEXT(MAV_SEVERITY_WARNING, "SERIAL%u_PROTOCOL - uart already added", i);
GCS_SEND_TEXT(MAV_SEVERITY_WARNING, "SERIAL%u_PROTOCOL: duplicate RCIN not permitted", i);
}

break;
Expand Down

0 comments on commit b65a5a9

Please sign in to comment.