fix log printf

This commit is contained in:
hathach 2020-03-08 13:26:36 +07:00
parent b638aabad8
commit 7aa5a53652

View File

@ -264,6 +264,9 @@ static char const* const _usbd_driver_str[USBD_CLASS_DRIVER_COUNT] =
#if CFG_TUD_USBTMC
"USBTMC"
#endif
#if CFG_TUD_NET
"NET"
#endif
};
static char const* const _tusb_std_request_str[] =