浏览代码

Fix confict in usb_serial.h vs usb_seremu.h (exposed by toolchain upgrade)

main
PaulStoffregen 10 年前
父节点
当前提交
63639d7792
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      teensy3/usb_serial.h

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

@@ -104,7 +104,7 @@ extern void serialEvent(void);
#endif // __cplusplus


#else // F_CPU < 20 MHz && !(USB_SERIAL || USB_SERIAL_HID)
#elif (F_CPU < 20000000) && (defined(USB_SERIAL) || defined(USB_SERIAL_HID))

// Allow Arduino programs using Serial to compile, but Serial will do nothing.
#ifdef __cplusplus

正在加载...
取消
保存