1
0
Fork 0
forked from len0rd/rockbox

Fix a bug in usbserial that would allow to send messages on EP_CONTROL between usb init and endpoints allocation via logf.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24214 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2010-01-11 21:03:48 +00:00
parent 294b017cd1
commit ca370f4b40

View file

@ -147,7 +147,6 @@ void usb_serial_init(void)
buffer_start = 0;
buffer_length = 0;
buffer_transitlength = 0;
active = true;
}
void usb_serial_disconnect(void)