Browse Source

Fix unused variable warning in ListFiles example

main
PaulStoffregen 8 years ago
parent
commit
10762ef4ab
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/ListFiles/ListFiles.ino

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

@@ -26,7 +26,6 @@ void setup() {
}

SerialFlash.opendir();
unsigned int count = 0;
while (1) {
char filename[64];
uint32_t filesize;

Loading…
Cancel
Save