Merge branch 'master' into fix-warnings

This commit is contained in:
Ha Thach
2021-10-23 21:23:56 +07:00
committed by GitHub
23 changed files with 289 additions and 104 deletions

View File

@@ -232,7 +232,7 @@ char const* string_desc_arr [] =
(const char[]) { 0x09, 0x04 }, // 0: is supported language is English (0x0409)
"TinyUSB", // 1: Manufacturer
"TinyUSB Device", // 2: Product
"123456", // 3: Serials, should use chip ID
"123456789012", // 3: Serials, should use chip ID
"TinyUSB CDC", // 4: CDC Interface
"TinyUSB MSC", // 5: MSC Interface
};