Skip to content

Commit b0eddc9

Browse files
committed
GCS_MAVLink: correct comment around what sort of boards COMM_0 is USB
1 parent 63d7973 commit b0eddc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/GCS_MAVLink/GCS_Signing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ static bool accept_unsigned_callback(const mavlink_status_t *status, uint32_t ms
115115
{
116116
if (status == mavlink_get_channel_status(MAVLINK_COMM_0)) {
117117
// always accept channel 0, assumed to be secure channel. This
118-
// is USB on PX4 boards
118+
// is USB on ChibiOS boards
119119
return true;
120120
}
121121
for (uint8_t i=0; i<ARRAY_SIZE(accept_list); i++) {

0 commit comments

Comments
 (0)