1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
This commit is contained in:
ficeto 2015-05-14 16:37:13 +03:00
parent c660de2029
commit d56e5691fc

View File

@ -80,7 +80,7 @@ public:
class FSClass { class FSClass {
private: private:
bool _mounted; bool _mounted = false;
public: public:
bool mount(); bool mount();