Merge pull request #3862 from dhalbert/storage-remount
unmounted filesystems start as ejected
This commit is contained in:
commit
8b5b602ea7
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#define MSC_FLASH_BLOCK_SIZE 512
|
#define MSC_FLASH_BLOCK_SIZE 512
|
||||||
|
|
||||||
static bool ejected[1] = {false};
|
static bool ejected[1] = {true};
|
||||||
|
|
||||||
void usb_msc_mount(void) {
|
void usb_msc_mount(void) {
|
||||||
// Reset the ejection tracking every time we're plugged into USB. This allows for us to battery
|
// Reset the ejection tracking every time we're plugged into USB. This allows for us to battery
|
||||||
|
Loading…
Reference in New Issue
Block a user