소스 검색

Fix compiler warning, unused variable

main
PaulStoffregen 7 년 전
부모
커밋
e5006127db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy3/usb_serial.h

+ 1
- 1
teensy3/usb_serial.h 파일 보기

@@ -73,7 +73,7 @@ class usb_serial_class : public Stream
public:
constexpr usb_serial_class() {}
void begin(long) {
uint32_t millis_begin = systick_millis_count;
//uint32_t millis_begin = systick_millis_count;
//disabled for now - causes more trouble than it solves?
//while (!(*this)) {
// wait up to 2.5 seconds for Arduino Serial Monitor

Loading…
취소
저장