mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-28 13:16:01 +00:00
修复AM接收
This commit is contained in:
parent
a3928ba487
commit
e555919f89
1 changed files with 3 additions and 3 deletions
6
am_fix.c
6
am_fix.c
|
@ -269,9 +269,9 @@ switch (gCurrentFunction)
|
||||||
#ifdef ENABLE_AM_FIX_SHOW_DATA
|
#ifdef ENABLE_AM_FIX_SHOW_DATA
|
||||||
counter = display_update_rate; // queue up a display update as soon as we switch to RX mode
|
counter = display_update_rate; // queue up a display update as soon as we switch to RX mode
|
||||||
#endif
|
#endif
|
||||||
default:
|
|
||||||
return;
|
|
||||||
|
|
||||||
|
return;
|
||||||
|
default:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -399,4 +399,4 @@ void AM_fix_enable(bool on)
|
||||||
{
|
{
|
||||||
enabled = on;
|
enabled = on;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue