Bläddra i källkod

Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32

Fred Sundvik 7 år sedan
förälder
incheckning
25c7533092
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tmk_core/protocol/usb_descriptor.h

+ 1 - 1
tmk_core/protocol/usb_descriptor.h

@@ -261,7 +261,7 @@ typedef struct
 #define CONSOLE_EPSIZE              32
 #define CONSOLE_EPSIZE              32
 #define NKRO_EPSIZE                 32
 #define NKRO_EPSIZE                 32
 #define MIDI_STREAM_EPSIZE          64
 #define MIDI_STREAM_EPSIZE          64
-#define CDC_NOTIFICATION_EPSIZE     32
+#define CDC_NOTIFICATION_EPSIZE     8
 #define CDC_EPSIZE                  16
 #define CDC_EPSIZE                  16
 
 
 uint16_t get_usb_descriptor(const uint16_t wValue,
 uint16_t get_usb_descriptor(const uint16_t wValue,