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:
parent
294b017cd1
commit
ca370f4b40
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ void usb_serial_init(void)
|
||||||
buffer_start = 0;
|
buffer_start = 0;
|
||||||
buffer_length = 0;
|
buffer_length = 0;
|
||||||
buffer_transitlength = 0;
|
buffer_transitlength = 0;
|
||||||
active = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void usb_serial_disconnect(void)
|
void usb_serial_disconnect(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue