From 2a63bb9dba761514a01138082c6ab30f1fc57085 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Mon, 17 Oct 2022 11:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E4=BA=86=E6=95=B0?= =?UTF-8?q?=E5=AD=97=EF=BC=8C=E6=94=B9=E4=B8=80=E4=B8=8B=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/open_agb_firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index c962cc7..3594edd 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -127,7 +127,7 @@ static atp_error_t config_item( atp_callerdata_t data, atp_counter_t index, atp_ { ee_snprintf(buf, sizeof(buf), "%d", g_oafConfig.backlight); cfg->text = "屏幕亮度"; - cfg->extra_text = buf; + cfg->extra_text = "100"; } else if( index == 1 ) {