summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-03-03 10:03:49 +0700
committerGitHub <[email protected]>2020-03-03 10:03:49 +0700
commit43025b2ae395b6f3c3ed725e3c4b31f15786d65e (patch)
tree842581ef5fe440cd6c469f2acdb426e97275b416 /src/device/usbd.h
parentcb3de676635948f46a8dda93330ccc7fbbcb3e5d (diff)
parent8d97e5819287d1317ecd4eeee492f97aa5e820a2 (diff)
Merge pull request #286 from chang196700/feature-langid
Add feature: langid Support
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index 847251caa..d80abf17c 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -91,7 +91,7 @@ uint8_t const * tud_descriptor_configuration_cb(uint8_t index);
// Invoked when received GET STRING DESCRIPTOR request
// 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);
// Invoked when device is mounted (configured)
TU_ATTR_WEAK void tud_mount_cb(void);