mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-12 19:56:59 +08:00
尝试修复红屏宕机
This commit is contained in:
parent
422049a6b5
commit
440fd2e50e
@ -532,11 +532,11 @@ static atp_error_t select_hostkey( atp_callerdata_t data, atp_counter_t index, a
|
|||||||
{
|
{
|
||||||
cfg->text = key_name[index];
|
cfg->text = key_name[index];
|
||||||
cfg->value = key_val[index];
|
cfg->value = key_val[index];
|
||||||
}
|
if( cfg->value == key )
|
||||||
if( cfg->value == key )
|
{
|
||||||
{
|
cfg->extra_text = '选中';
|
||||||
cfg->extra_text = '选中';
|
cfg->extra_text_color = ATP_COLOR_GREEN;
|
||||||
cfg->extra_text_color = ATP_COLOR_GREEN;
|
}
|
||||||
}
|
}
|
||||||
return ATP_SUCCESS;
|
return ATP_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user