diff options
| author | Limor "Ladyada" Fried <limor@ladyada.net> | 2020-11-14 11:47:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 11:47:45 -0500 |
| commit | f2e911ad91db7c04673e76c884abbc19494a4e7f (patch) | |
| tree | 47f6a854677781382d715791e7d7534d71887f7a /supervisor/shared/usb/usb_msc_flash.c | |
| parent | 9169878ebbeab3fc62785b9bf753499ad9033321 (diff) | |
| parent | bda3267432aee57e704a20308b724369cceeb6ca (diff) | |
Merge pull request #3680 from tannewt/magtag_builtin_display
Add board.DISPLAY to MagTag. Fix luma computation
Diffstat (limited to 'supervisor/shared/usb/usb_msc_flash.c')
| -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 |
