mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
'phase' renamed to 'flight mode' everywhere in the code
This commit is contained in:
parent
20125474c1
commit
2094e87da5
41 changed files with 483 additions and 483 deletions
|
@ -1167,7 +1167,7 @@ void putsTrimMode(xcoord_t x, uint8_t y, uint8_t phase, uint8_t idx, LcdFlags at
|
|||
#if ROTARY_ENCODERS > 0
|
||||
void putsRotaryEncoderMode(xcoord_t x, uint8_t y, uint8_t phase, uint8_t idx, LcdFlags att)
|
||||
{
|
||||
int16_t v = phaseAddress(phase)->rotaryEncoders[idx];
|
||||
int16_t v = flightModeAddress(phase)->rotaryEncoders[idx];
|
||||
|
||||
if (v > ROTARY_ENCODER_MAX) {
|
||||
uint8_t p = v - ROTARY_ENCODER_MAX - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue