1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

[Horus] Masstorage reboots now gone? Still needed to mount again the SD after USB is unplugged

This commit is contained in:
Bertrand Songis 2016-07-31 11:21:05 +02:00
parent 3728624486
commit a33b1d2659
3 changed files with 16 additions and 19 deletions

View file

@ -48,7 +48,7 @@ void handleUsbConnection()
*/
#if defined(USB_MASS_STORAGE)
opentxClose();
opentxClose(false);
usbPluggedIn();
#endif
}