Skip to content

Commit

Permalink
FIX: don't panic on unsupported CDC commands
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Dec 18, 2020
1 parent 1fcc686 commit dff51b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_cdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ usb_status_t usb_cdc_ctrl_process_request(usb_setup_t *setup, void **payload,
}
break;
default:
usb_panic();
;
}
}
}
Expand Down

0 comments on commit dff51b5

Please sign in to comment.