mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 23:04:13 +08:00
挪动一下日志的位置再试
This commit is contained in:
parent
1c0e129381
commit
813d20aa06
@ -309,7 +309,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
return WAIT_ON_ERRPAGE( display_noserial );
|
return WAIT_ON_ERRPAGE( display_noserial );
|
||||||
}
|
}
|
||||||
else RECOVER_PATH;
|
else RECOVER_PATH;
|
||||||
fsQuickWrite("serial.txt", serial, 4);
|
|
||||||
|
|
||||||
acl_count_t len;
|
acl_count_t len;
|
||||||
if( RES_OK != acl_open_lib( "gba.acl" ) )
|
if( RES_OK != acl_open_lib( "gba.acl" ) )
|
||||||
@ -328,6 +327,8 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
return WAIT_ON_ERRPAGE( display_nocheat );
|
return WAIT_ON_ERRPAGE( display_nocheat );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fsQuickWrite("serial.txt", serial, 4);
|
||||||
|
|
||||||
// 显示配置页面
|
// 显示配置页面
|
||||||
atp_error_t res;
|
atp_error_t res;
|
||||||
atp_itemval_t item;
|
atp_itemval_t item;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user