ソースを参照

Fix compiler warning

main
PaulStoffregen 8年前
コミット
b2fb065a12
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      examples/CopyFromSD/CopyFromSD.ino

+ 0
- 1
examples/CopyFromSD/CopyFromSD.ino ファイルの表示

error("Unable to access SPI Flash chip"); error("Unable to access SPI Flash chip");
} }


int count = 0;
File rootdir = SD.open("/"); File rootdir = SD.open("/");
while (1) { while (1) {
// open a file from the SD card // open a file from the SD card

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