mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Stick mode now in one global variable, it should work in Horus emerge… (#3455)
* Stick mode now in one global variable, it should work in Horus emergency mode * Improvements (suggested by Bertrand)
This commit is contained in:
parent
d2f654e32d
commit
baacc0fe29
7 changed files with 88 additions and 81 deletions
|
@ -177,8 +177,6 @@ void storageReadAll()
|
|||
storageEraseAll(true);
|
||||
}
|
||||
|
||||
stickMode = g_eeGeneral.stickMode;
|
||||
|
||||
#if defined(CPUARM)
|
||||
for (uint8_t i=0; languagePacks[i]!=NULL; i++) {
|
||||
if (!strncmp(g_eeGeneral.ttsLanguage, languagePacks[i]->id, 2)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue