Skip to content

Commit 08d9e57

Browse files
author
Federico Fissore
committed
FileIO.h: removed wrong function declaration
1 parent eaffb91 commit 08d9e57

File tree

1 file changed

+0
-1
lines changed
  • hardware/arduino/avr/libraries/Bridge

1 file changed

+0
-1
lines changed

hardware/arduino/avr/libraries/Bridge/FileIO.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class File : public Stream {
4646
operator bool();
4747
const char * name();
4848
boolean isDirectory();
49-
boolean iFileSystemirectory(void);
5049
File openNextFile(uint8_t mode = FILE_READ);
5150
void rewindDirectory(void);
5251

0 commit comments

Comments
 (0)