mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 22:34:12 +08:00
测试显示空白
This commit is contained in:
parent
eb6ff3d9ac
commit
ab1eea7822
@ -335,7 +335,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
||||
}
|
||||
if( len == 0 )
|
||||
{
|
||||
atp_tips( "", NULL );
|
||||
acl_close_lib();
|
||||
serial[4] = '4';
|
||||
fsQuickWrite("log.txt", serial, 5);
|
||||
@ -348,7 +347,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
||||
atp_error_t res;
|
||||
atp_itemval_t item;
|
||||
char type[2] = {' ', 'A'};
|
||||
res = atp_select("选择一个金手指配置", len, select_region, NULL, type, 0, 0, &item );
|
||||
res = atp_show(1, display_ok, NULL); //atp_select("选择一个金手指配置", len, select_region, NULL, type, 0, 0, &item );
|
||||
|
||||
acl_close_lib();
|
||||
return WAIT_ON_ACT( res );
|
||||
|
Loading…
x
Reference in New Issue
Block a user