mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Huge ram saving (320bytes) + expos order change
This commit is contained in:
parent
f65942d83b
commit
f131b0a016
6 changed files with 42 additions and 47 deletions
|
@ -366,7 +366,7 @@ void menuProcTrainer(uint8_t event)
|
|||
blink = s_editMode ? BLINK : INVERS ;
|
||||
|
||||
for (uint8_t i=0; i<4; i++) {
|
||||
uint8_t chan = chout_ar[g_eeGeneral.templateSetup][i]; // G: Issue 30.
|
||||
uint8_t chan = pgm_read_byte(chout_ar+g_eeGeneral.templateSetup*4+i); // G: Issue 30.
|
||||
|
||||
volatile TrainerMix *td = &g_eeGeneral.trainer.mix[chan-1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue