PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
166 stars 85 forks source link

Does this call need to be here? #112

Open rjonkman opened 1 year ago

rjonkman commented 1 year ago

https://github.com/PaulStoffregen/USBHost_t36/blob/69b90727a5b028699b47910aa5cd6a0823de5f69/MassStorageDriver.cpp#L770

On the next line, checkConnectedInitialized() is called and if the drive isn't conencted, mscInit() will be called from there.