Skip to content

Commit

Permalink
Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo authored and jackhumbert committed Feb 12, 2018
1 parent 5003888 commit 25c7533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/usb_descriptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ typedef struct
#define CONSOLE_EPSIZE 32
#define NKRO_EPSIZE 32
#define MIDI_STREAM_EPSIZE 64
#define CDC_NOTIFICATION_EPSIZE 32
#define CDC_NOTIFICATION_EPSIZE 8
#define CDC_EPSIZE 16

uint16_t get_usb_descriptor(const uint16_t wValue,
Expand Down

0 comments on commit 25c7533

Please sign in to comment.