mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
FileIO.h: removed wrong function declaration
This commit is contained in:
@ -46,7 +46,6 @@ public:
|
|||||||
operator bool();
|
operator bool();
|
||||||
const char * name();
|
const char * name();
|
||||||
boolean isDirectory();
|
boolean isDirectory();
|
||||||
boolean iFileSystemirectory(void);
|
|
||||||
File openNextFile(uint8_t mode = FILE_READ);
|
File openNextFile(uint8_t mode = FILE_READ);
|
||||||
void rewindDirectory(void);
|
void rewindDirectory(void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user