forked from len0rd/rockbox
Cosmetic changes only - tab, whitespace and brace policing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14484 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6d52a8305
commit
03745f4ed3
13 changed files with 558 additions and 555 deletions
|
|
@ -38,7 +38,7 @@ struct usb_response {
|
|||
struct usb_ep {
|
||||
const char name[15];
|
||||
uint8_t type;
|
||||
uint32_t ep_num; /* which endpoint? */
|
||||
uint32_t ep_num; /* which endpoint? */
|
||||
uint32_t pipe_num; /* which pipe? */
|
||||
uint32_t maxpacket;
|
||||
bool claimed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue