Fixed bug.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4634 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
a0e4706757
commit
7c144ea540
|
@ -619,6 +619,7 @@ void _usb_ep0setup(USBDriver *usbp, usbep_t ep) {
|
|||
usb_lld_stall_out(usbp, 0);
|
||||
_usb_isr_invoke_event_cb(usbp, USB_EVENT_STALLED);
|
||||
usbp->ep0state = USB_EP0_ERROR;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.5.0 ***
|
||||
- FIX: Fixed anomaly in USB enumeration (bug 3565325)(backported to 2.4.3).
|
||||
- FIX: Fixed problem with lwIP statistics (bug 3564134)(backported to 2.4.3).
|
||||
- FIX: Fixed packed structures macros not functional in IAR and RVCT port
|
||||
(bug 3561279)(backported to 2.4.3 and 2.2.10).
|
||||
|
|
Loading…
Reference in New Issue