1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-20 06:45:10 +03:00

[Taranis] USB=MASSSTORAGE option again OK

This commit is contained in:
bsongis 2015-03-20 12:09:37 +01:00
parent 5a2d373edd
commit a458c78dbe
3 changed files with 4 additions and 5 deletions

View file

@ -39,8 +39,6 @@
static uint8_t currentSpeakerVolume = 255;
uint8_t requiredSpeakerVolume = 255;
extern void checkBattery();
void handleUsbConnection()
{
#if defined(PCBTARANIS) && !defined(SIMU)

View file

@ -1474,6 +1474,10 @@ enum AUDIO_SOUNDS {
extern uint8_t requiredSpeakerVolume;
#endif
extern void checkBattery();
extern void opentxClose();
extern void opentxInit();
// Re-useable byte array to save having multiple buffers
#define SD_SCREEN_FILE_LENGTH (32)
union ReusableBuffer

View file

@ -155,9 +155,6 @@ void mixerTask(void * pdata)
#define MENU_TASK_PERIOD_TICKS 10 // 20ms
extern void opentxClose();
extern void opentxInit();
void menusTask(void * pdata)
{
opentxInit();