瀏覽代碼

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…
取消
儲存