Skip to content

Commit adc589b

Browse files
committed
Allow main class to be called by UnifiedStorage
1 parent 35d6e3e commit adc589b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/UnifiedStorage.h renamed to src/Arduino_UnifiedStorage.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "FATFileSystem.h"
2929
#endif
3030

31-
class UnifiedStorage {
31+
class Arduino_UnifiedStorage {
3232
public:
3333
virtual int begin() = 0;
3434

@@ -50,5 +50,7 @@ class UnifiedStorage {
5050
#endif
5151

5252

53+
extern Arduino_UnifiedStorage UnifiedStorage;
54+
5355
#endif
5456

0 commit comments

Comments
 (0)