diff options
| author | hathach <[email protected]> | 2022-03-04 19:26:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-04 19:26:54 +0700 |
| commit | e08a875d52792c03e1e7cd114f0f3f7013c36210 (patch) | |
| tree | 043e6ea0a9b4c8700b6e1f85073995a09e34bfdb /src/device | |
| parent | 3a7d1cfead0d3147425c305d778723a505900d48 (diff) | |
add tuh_descriptor_get() and tuh_descriptor_device_get()
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index c20bab76b..7926689b7 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -407,6 +407,7 @@ bool tud_init (uint8_t rhport) if ( tud_inited() ) return true; TU_LOG2("USBD init\r\n"); + TU_LOG2_INT(sizeof(usbd_device_t)); tu_varclr(&_usbd_dev); |
