Browse Source

Fix compiler warning

main
PaulStoffregen 7 years ago
parent
commit
b2fb065a12
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/CopyFromSD/CopyFromSD.ino

+ 0
- 1
examples/CopyFromSD/CopyFromSD.ino View File

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

Loading…
Cancel
Save