瀏覽代碼

Fix for include of MIDIUSB.h from Arduino sketch

main
PaulStoffregen 6 年之前
父節點
當前提交
ca43543418
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/MIDIUSB.h

+ 1
- 1
teensy3/MIDIUSB.h 查看文件

@@ -6,7 +6,7 @@
#include "usb_midi.h"

#ifdef __cplusplus
#ifndef MIDI_INTERFACE
#if !defined(USB_MIDI) && !defined(USB_MIDI4) && !defined(USB_MIDI16) && !defined(USB_MIDI_SERIAL) && !defined(USB_MIDI4_SERIAL) && !defined(USB_MIDI16_SERIAL) && !defined(USB_MIDI_AUDIO_SERIAL) && !defined(USB_MIDI16_AUDIO_SERIAL) && !defined(USB_EVERYTHING)
#error "Please select MIDI in Tools > USB Type to use MIDIUSB.h"
#endif


Loading…
取消
儲存