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:
parent
3728624486
commit
a33b1d2659
3 changed files with 16 additions and 19 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue