mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
修复收音机缺失文字
This commit is contained in:
parent
9c3ae5dd24
commit
b62c291456
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef ENABLE_FMRADIO
|
||||
//#ifdef ENABLE_FMRADIO
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -60,7 +60,7 @@ UI_DisplayClear();
|
|||
pPrintStr = "M-SCAN";
|
||||
}
|
||||
|
||||
UI_PrintStringSmall(String, 0, 127, 2);
|
||||
UI_PrintStringSmall(pPrintStr, 0, 127, 2);
|
||||
|
||||
memset(String, 0, sizeof(String));
|
||||
if (gAskToSave || (gEeprom.FM_IsMrMode && gInputBoxIndex > 0)) {
|
||||
|
|
Loading…
Reference in a new issue