Explorar el Código

Fix NUM_ENDPOINTS on RawHID, fixes #108

main
PaulStoffregen hace 9 años
padre
commit
e2a0a745e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      teensy3/usb_desc.h

+ 1
- 1
teensy3/usb_desc.h Ver fichero

@@ -252,7 +252,7 @@ let me know? http://forum.pjrc.com/forums/4-Suggestions-amp-Bug-Reports
#define PRODUCT_NAME {'T','e','e','n','s','y','d','u','i','n','o',' ','R','a','w','H','I','D'}
#define PRODUCT_NAME_LEN 18
#define EP0_SIZE 64
#define NUM_ENDPOINTS 6
#define NUM_ENDPOINTS 4
#define NUM_USB_BUFFERS 12
#define NUM_INTERFACE 2
#define RAWHID_INTERFACE 0 // RawHID

Cargando…
Cancelar
Guardar