Skip to content

Commit

Permalink
MAV_USB_ENABLE default to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Nov 1, 2023
1 parent c1fcb47 commit 22383ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ PARAM_DEFINE_INT32(MAV_RADIO_TOUT, 5);
* @value 1 Always MAVLink
* @group MAVLink
*/
PARAM_DEFINE_INT32(MAV_USB_ENABLE, 0);
PARAM_DEFINE_INT32(MAV_USB_ENABLE, 1);

/**
* Specify MAVLink mode for USB port
Expand Down

0 comments on commit 22383ef

Please sign in to comment.