Skip to content

Commit b617ffa

Browse files
committed
Import fs::SeekMode enum into global namespace
1 parent 8ada9c9 commit b617ffa

File tree

1 file changed

+4
-1
lines changed
  • hardware/esp8266com/esp8266/cores/esp8266

1 file changed

+4
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/FS.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,17 @@ class FS
105105

106106
protected:
107107
FSImplPtr _impl;
108-
109108
};
110109

111110
} // namespace fs
112111

113112
using fs::FS;
114113
using fs::File;
115114
using fs::Dir;
115+
using fs::SeekMode;
116+
using fs::SeekSet;
117+
using fs::SeekCur;
118+
using fs::SeekEnd;
116119

117120
extern FS SPIFFS;
118121

0 commit comments

Comments
 (0)