|
@@ -92,7 +92,7 @@ bool_t cdc_acm_handle_class_request(void)
|
|
|
|
|
|
bool_t cdc_acm_set_configuration(void)
|
|
|
{
|
|
|
- /* Set up endpoints: XXX Do we need the Notification Element? */
|
|
|
+ /* Set up endpoints. */
|
|
|
usb_configure_ep(0x81, 0, 0); /* Notification Element (D->H) */
|
|
|
usb_configure_ep(0x02, 0, 64); /* Bulk Pipe (H->D) */
|
|
|
usb_configure_ep(0x82, 0, 64); /* Bulk Pipe (D->H) */
|