mirror of
https://github.com/DualTachyon/uv-k5-firmware.git
synced 2025-03-01 18:07:00 +08:00
Cosmetic changes.
This commit is contained in:
parent
e9bf76c3cf
commit
8bce5a56f4
@ -1447,7 +1447,7 @@ void APP_ChangeStepDirectionMaybe(bool bFlag, int8_t Direction)
|
||||
}
|
||||
FUN_00007dd4();
|
||||
} else {
|
||||
if (bFlag == 1) {
|
||||
if (bFlag) {
|
||||
g_20000418 = gInfoCHAN_A->DCS[0].Frequency;
|
||||
}
|
||||
APP_MoreRadioStuff();
|
||||
|
@ -248,7 +248,7 @@ void MAIN_Key_UP_DOWN(bool bKeyPressed, bool bKeyHeld, int8_t Direction)
|
||||
|
||||
Channel = gEeprom.ScreenChannel[gEeprom.TX_CHANNEL];
|
||||
if (bKeyHeld || !bKeyPressed) {
|
||||
if (gNumberOffset != 0) {
|
||||
if (gNumberOffset) {
|
||||
return;
|
||||
}
|
||||
if (!bKeyPressed) {
|
||||
@ -263,7 +263,7 @@ void MAIN_Key_UP_DOWN(bool bKeyPressed, bool bKeyHeld, int8_t Direction)
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
if (gNumberOffset != 0) {
|
||||
if (gNumberOffset) {
|
||||
gBeepToPlay = BEEP_500HZ_60MS_DOUBLE_BEEP_OPTIONAL;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user