ソースを参照

Fix compiler warning, unused variable

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

読み込み中…
キャンセル
保存