This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-serial-flash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix compiler warning
main
PaulStoffregen
7 years ago
parent
86f7ea4c8a
commit
b2fb065a12
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
examples/CopyFromSD/CopyFromSD.ino
+ 0
- 1
examples/CopyFromSD/CopyFromSD.ino
View File
@@ -31,7 +31,6 @@ void setup() {
error("Unable to access SPI Flash chip");
}
int count = 0;
File rootdir = SD.open("/");
while (1) {
// open a file from the SD card
Write
Preview
Loading…
Cancel
Save