mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
修正显示指引后tips2没复原的问题
This commit is contained in:
parent
5ca7fb795d
commit
fc30f1754d
@ -193,7 +193,9 @@ static atp_error_t display_help( atp_callerdata_t table, atp_counter_t index, at
|
||||
atp_error_t help_page( atp_text_t *wording, atp_counter_t length )
|
||||
{
|
||||
atp_tips( NULL, "返回:按A/B" );
|
||||
return atp_show( length, display_help, (atp_callerdata_t)wording );
|
||||
atp_error_t res = atp_show( length, display_help, (atp_callerdata_t)wording );
|
||||
atp_tips( NULL, "指引:按START" );
|
||||
return res;
|
||||
}
|
||||
|
||||
extern atp_error_t oaf_config_page();
|
||||
|
Loading…
x
Reference in New Issue
Block a user