Explorar el Código

change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64

hathach hace 5 años
padre
commit
29f84b1602
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/class/hid/hid_device.h

+ 1 - 1
src/class/hid/hid_device.h

@@ -46,7 +46,7 @@
 #endif
 
 #ifndef CFG_TUD_HID_EP_BUFSIZE
-  #define CFG_TUD_HID_EP_BUFSIZE     16
+  #define CFG_TUD_HID_EP_BUFSIZE     64
 #endif
 
 //--------------------------------------------------------------------+