1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 00:05:17 +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

@ -1423,9 +1423,9 @@ extern uint8_t requiredSpeakerVolume;
extern uint8_t requestScreenshot;
#endif
extern void checkBattery();
extern void opentxClose();
extern void opentxInit();
void checkBattery();
void opentxClose(uint8_t shutdown=true);
void opentxInit();
#if defined(PCBHORUS) && !defined(SIMU)
#define LED_ERROR_BEGIN() ledRed()