Browse Source

Update usb_desc.h

allow multiple parameters for events
main
WMXZ-EU 3 years ago
parent
commit
2222c2ecaf
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/usb_desc.h

+ 1
- 1
teensy4/usb_desc.h View File

#define MTP_RX_SIZE_12 64 #define MTP_RX_SIZE_12 64
#define MTP_RX_SIZE_480 512 #define MTP_RX_SIZE_480 512
#define MTP_EVENT_ENDPOINT 4 #define MTP_EVENT_ENDPOINT 4
#define MTP_EVENT_SIZE 16
#define MTP_EVENT_SIZE 32
#define MTP_EVENT_INTERVAL_12 10 // 10 = 10 ms #define MTP_EVENT_INTERVAL_12 10 // 10 = 10 ms
#define MTP_EVENT_INTERVAL_480 7 // 7 = 8 ms #define MTP_EVENT_INTERVAL_480 7 // 7 = 8 ms
#define SEREMU_INTERFACE 1 // Serial emulation #define SEREMU_INTERFACE 1 // Serial emulation

Loading…
Cancel
Save