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
afeb36ef40
commit
5de48cd93c
@ -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" ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user