From 93cfaf27423f6426ba058411ec821bb44edddc80 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Thu, 13 Oct 2022 23:42:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=94=BE=E5=85=A8=E9=83=A8=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=EF=BC=8C=E5=86=8D=E6=AC=A1=E7=9C=8B=E7=9C=8B=E8=BF=98?= =?UTF-8?q?=E6=9C=89=E6=B2=A1=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/atp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/arm11/atp.c b/source/arm11/atp.c index 8e0a59c..061f3ad 100644 --- a/source/arm11/atp.c +++ b/source/arm11/atp.c @@ -228,7 +228,7 @@ atp_error_t atp_select( atp_text_t title, atp_counter_t cnt, atp_itemprovider_t } // draw item - // draw_options( title_len, 0, cnt, item_sel, provider, data ); + draw_options( title_len, 0, cnt, item_sel, provider, data ); while( 1 ) {