소스 검색

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

teensy4-core
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

Loading…
취소
저장