继续空白测试

This commit is contained in:
anod 2023-01-19 00:34:44 +08:00
parent afeb36ef40
commit 5de48cd93c

View File

@ -230,7 +230,13 @@ atp_error_t help_page( atp_text_t *wording, atp_counter_t length )
return res;
}
atp_error_t select_region( atp_callerdata_t data, atp_counter_t index, atp_itemcfg_t *config )
static atp_error_t disp_str( atp_callerdata_t data, atp_counter_t index, atp_linecfg_t *cfg )
{
cfg->text = (atp_text_t)data;
return ATP_SUCCESS;
}
static atp_error_t select_region( atp_callerdata_t data, atp_counter_t index, atp_itemcfg_t *config )
{
static char text[16];
acl_chtid_t sid;
@ -318,6 +324,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
return WAIT_ON_ERRPAGE( display_noserial );
}
else RECOVER_PATH;
atp_show(1, disp_str, serial);
acl_count_t len;
if( ACHTLIB_SUCCESS != acl_open_lib( "gba.acl" ) )