sync with tinyusb master
This commit is contained in:
parent
cb735eaf8b
commit
54f4fdab58
@ -1 +1 @@
|
|||||||
Subproject commit 23df777b301af128d3543e286cd865212214b44d
|
Subproject commit f2b761fee98cf9d09500e2475861e51c6ee58e61
|
@ -150,8 +150,10 @@ static uint16_t _desc_str[64+1];
|
|||||||
|
|
||||||
// Invoked when received GET STRING DESCRIPTOR request
|
// Invoked when received GET STRING DESCRIPTOR request
|
||||||
// Application return pointer to descriptor, whose contents must exist long enough for transfer to complete
|
// Application return pointer to descriptor, whose contents must exist long enough for transfer to complete
|
||||||
uint16_t const* tud_descriptor_string_cb(uint8_t index)
|
uint16_t const* tud_descriptor_string_cb(uint8_t index, uint16_t langid)
|
||||||
{
|
{
|
||||||
|
(void) langid;
|
||||||
|
|
||||||
uint8_t chr_count;
|
uint8_t chr_count;
|
||||||
|
|
||||||
if ( index == 0)
|
if ( index == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user