ソースを参照

fix descriptor for teensy 4 usb audio midi serial

main
widdly 5年前
コミット
2512134dae
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      teensy4/usb_desc.h

+ 2
- 2
teensy4/usb_desc.h ファイルの表示

#define CDC_TX_SIZE_480 512 #define CDC_TX_SIZE_480 512
#define CDC_RX_SIZE_12 64 #define CDC_RX_SIZE_12 64
#define CDC_TX_SIZE_12 64 #define CDC_TX_SIZE_12 64
#define MIDI_INTERFACE 1 // MIDI
#define MIDI_INTERFACE 2 // MIDI
#define MIDI_NUM_CABLES 1 #define MIDI_NUM_CABLES 1
#define MIDI_TX_ENDPOINT 4 #define MIDI_TX_ENDPOINT 4
#define MIDI_TX_SIZE_12 64 #define MIDI_TX_SIZE_12 64
#define MIDI_RX_ENDPOINT 4 #define MIDI_RX_ENDPOINT 4
#define MIDI_RX_SIZE_12 64 #define MIDI_RX_SIZE_12 64
#define MIDI_RX_SIZE_480 512 #define MIDI_RX_SIZE_480 512
#define AUDIO_INTERFACE 2 // Audio (uses 3 consecutive interfaces)
#define AUDIO_INTERFACE 3 // Audio (uses 3 consecutive interfaces)
#define AUDIO_TX_ENDPOINT 5 #define AUDIO_TX_ENDPOINT 5
#define AUDIO_TX_SIZE 180 #define AUDIO_TX_SIZE 180
#define AUDIO_RX_ENDPOINT 5 #define AUDIO_RX_ENDPOINT 5

読み込み中…
キャンセル
保存