usb_cdc3_line_rtsdtr = setup.wValue; | usb_cdc3_line_rtsdtr = setup.wValue; | ||||
} | } | ||||
#endif | #endif | ||||
// fall through to next case, to always send ZLP ACK | |||||
case 0x2321: // CDC_SEND_BREAK | case 0x2321: // CDC_SEND_BREAK | ||||
endpoint0_receive(NULL, 0, 0); | endpoint0_receive(NULL, 0, 0); | ||||
return; | return; |