diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-16 12:06:11 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-16 12:06:11 -0500 |
| commit | ffff02c053ff7975dc6a6c5ef5b5f424f0b04dad (patch) | |
| tree | f047d2cdff36da8191a3682839d41229a32c8a77 /supervisor | |
| parent | bb77f1d130d59428b66186fc52c2749531ff598e (diff) | |
| parent | f2e911ad91db7c04673e76c884abbc19494a4e7f (diff) | |
Merge remote-tracking branch 'adafruit/main' into sleep
Diffstat (limited to 'supervisor')
| -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 |
