修正记忆项目失败的代码

This commit is contained in:
anod 2023-01-19 20:10:52 +08:00
parent ef0e33a397
commit ceedbba475

View File

@ -377,10 +377,10 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
#define DISP_KEYS 3 #define DISP_KEYS 3
uint8_t status = DISP_REGION; uint8_t status = DISP_REGION;
atp_counter_t defi = 0;
acl_entryid_t eid = 0;
while( status != DISP_DONE ) while( status != DISP_DONE )
{ {
atp_counter_t defi = 0;
acl_entryid_t eid = 0;
if( status == DISP_REGION ) if( status == DISP_REGION )
{ {
res = atp_select("选择一个金手指配置", len, select_region, NULL, NULL, defi, 0, &item ); res = atp_select("选择一个金手指配置", len, select_region, NULL, NULL, defi, 0, &item );