Skip to content

Commit 1940f36

Browse files
committed
Add missing import
1 parent 688059b commit 1940f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/USBStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "USBStorage.h"
2+
#include "Arduino_POSIXStorage.h"
23

34
// The maximum number of attempts to mount the USB drive
45
constexpr auto MAX_MOUNT_ATTEMPTS = 10;
@@ -27,7 +28,6 @@ void USBStorage::removeOnDisconnectCallback(){
2728
deregister_unplug_callback(DEV_USB);
2829
}
2930

30-
3131
bool USBStorage::begin(){
3232
int attempts = 0;
3333
int err = mount(DEV_USB, this->fileSystem, MNT_DEFAULT);

0 commit comments

Comments
 (0)