mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 15:40:41 +00:00
fix log printf
This commit is contained in:
parent
b638aabad8
commit
7aa5a53652
@ -264,6 +264,9 @@ static char const* const _usbd_driver_str[USBD_CLASS_DRIVER_COUNT] =
|
|||||||
#if CFG_TUD_USBTMC
|
#if CFG_TUD_USBTMC
|
||||||
"USBTMC"
|
"USBTMC"
|
||||||
#endif
|
#endif
|
||||||
|
#if CFG_TUD_NET
|
||||||
|
"NET"
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static char const* const _tusb_std_request_str[] =
|
static char const* const _tusb_std_request_str[] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user