diff options
| author | DavePutz <dwputz@gmail.com> | 2020-11-16 10:30:10 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-16 10:30:10 -0600 |
| commit | 3abc671bbdf617dcf87cbd4eda1201c944c05651 (patch) | |
| tree | 47f6a854677781382d715791e7d7534d71887f7a /supervisor/shared | |
| parent | 2b4d12abcc09b22985d456f3a05fc8511fc9def4 (diff) | |
| parent | f2e911ad91db7c04673e76c884abbc19494a4e7f (diff) | |
Merge pull request #34 from adafruit/main
Update from adafruit/main
Diffstat (limited to 'supervisor/shared')
| -rw-r--r-- | supervisor/shared/usb/usb_msc_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/shared/usb/usb_msc_flash.c b/supervisor/shared/usb/usb_msc_flash.c index 7532b6aea..b39f60dcd 100644 --- a/supervisor/shared/usb/usb_msc_flash.c +++ b/supervisor/shared/usb/usb_msc_flash.c @@ -39,7 +39,7 @@ #define MSC_FLASH_BLOCK_SIZE 512 -static bool ejected[1] = {true}; +static bool ejected[1] = {false}; void usb_msc_mount(void) { // Reset the ejection tracking every time we're plugged into USB. This allows for us to battery |
