diff options
author | Ryan <fauxpark@gmail.com> | 2022-08-29 02:59:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 09:59:40 -0700 |
commit | d983251c10c4bb152c746dc4e94bc954b1b82c8c (patch) | |
tree | 3a4832d82b2d68a9eb3ff1ca2e804a16c1aca152 /tmk_core/protocol/vusb/vusb.h | |
parent | 6a28ceefcda58ec530469ac98c38b970ba4780ab (diff) |
Switch over MANUFACTURER and PRODUCT to string literals (#18183)
Diffstat (limited to 'tmk_core/protocol/vusb/vusb.h')
-rw-r--r-- | tmk_core/protocol/vusb/vusb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/protocol/vusb/vusb.h b/tmk_core/protocol/vusb/vusb.h index b1ecc98f37..c5cb27ded6 100644 --- a/tmk_core/protocol/vusb/vusb.h +++ b/tmk_core/protocol/vusb/vusb.h @@ -118,8 +118,6 @@ typedef struct usbConfigurationDescriptor { #endif } __attribute__((packed)) usbConfigurationDescriptor_t; -#define USB_STRING_LEN(s) (sizeof(usbDescriptorHeader_t) + ((s) << 1)) - extern bool vusb_suspended; host_driver_t *vusb_driver(void); |