minor house keeping

This commit is contained in:
hathach
2022-02-25 22:26:35 +07:00
parent 99ad3ae2ca
commit 309540473b
6 changed files with 20 additions and 6 deletions

View File

@@ -163,6 +163,8 @@ uint16_t tu_desc_get_interface_total_len(tusb_desc_interface_t const* desc_itf,
char const* const tusb_strerr[TUSB_ERROR_COUNT] = { ERROR_TABLE(ERROR_STRING) };
char const* const tusb_speed_str[] = { "Full", "Low", "High" };
static void dump_str_line(uint8_t const* buf, uint16_t count)
{
tu_printf(" |");