summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-04-18 00:36:17 +0700
committerhathach <[email protected]>2019-04-18 00:36:17 +0700
commitcc2fce31e5c2ba92f1a9f7874096e0e6e3db14cb (patch)
tree1291068b8ce8034215771c1e65a1cd04b0fb56cd /src/device/usbd.h
parent395fd54dcb24471db2ce1e6e48ce7acf0ed78aa5 (diff)
refactor hid, rename hid_generic to simply hid_
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index 13c282e91..f90c40aab 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -45,11 +45,7 @@ typedef struct {
uint8_t const** string_arr; ///< a array of pointers to string descriptors
uint16_t string_count;
- struct {
- uint8_t const* generic;
- uint8_t const* boot_keyboard;
- uint8_t const* boot_mouse;
- } hid_report;
+ uint8_t const* hid_report;
}tud_desc_set_t;