rename usbh_isr to usbh_xfer_isr

This commit is contained in:
hathach
2013-07-01 15:30:29 +07:00
parent 35adca5ba3
commit 3f0d740776
8 changed files with 28 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ typedef struct {
struct {
uint32_t : 5;
uint32_t used : 1;
uint32_t : 10;
uint32_t expected_bytes : 16;
};
};