Skip to content
Snippets Groups Projects
Commit 612e7502 authored by Chris Hofstaedtler's avatar Chris Hofstaedtler
Browse files

Set USB Comm Capable in PD REQUEST message

parent fc816081
No related branches found
No related tags found
No related merge requests found
Pipeline #2853 failed
......@@ -375,7 +375,9 @@ bool pd_tick(battery_info_s* battery_info) {
tx.obj[0] = PD_RDO_FV_MAX_CURRENT_SET(current)
| PD_RDO_FV_CURRENT_SET(current)
| PD_RDO_NO_USB_SUSPEND | PD_RDO_OBJPOS_SET(power_objects); // FIXME
| PD_RDO_USB_COMMS
| PD_RDO_NO_USB_SUSPEND
| PD_RDO_OBJPOS_SET(power_objects); // FIXME
fusb_send_message(&tx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment