浏览代码

Fix compiler warning

main
PaulStoffregen 7 年前
父节点
当前提交
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

正在加载...
取消
保存