Skip to content

Commit 8b5b602

Browse files
authored
Merge pull request #3862 from dhalbert/storage-remount
unmounted filesystems start as ejected
2 parents 65b295c + 3b4c14f commit 8b5b602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/usb/usb_msc_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
#define MSC_FLASH_BLOCK_SIZE 512
4141

42-
static bool ejected[1] = {false};
42+
static bool ejected[1] = {true};
4343

4444
void usb_msc_mount(void) {
4545
// Reset the ejection tracking every time we're plugged into USB. This allows for us to battery

0 commit comments

Comments
 (0)