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
b7b72cf31f
commit
6ea9946223
@ -529,7 +529,7 @@ static atp_error_t select_krp( atp_callerdata_t, atp_counter_t index, atp_itemcf
|
|||||||
cfg->text = name;
|
cfg->text = name;
|
||||||
cfg->value = index;
|
cfg->value = index;
|
||||||
key_remix_t *p = &g_keyremixConfig[index];
|
key_remix_t *p = &g_keyremixConfig[index];
|
||||||
key_tips(p, cfg);
|
key_tips(p, 1, cfg);
|
||||||
return ATP_SUCCESS;
|
return ATP_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -551,7 +551,7 @@ static atp_error_t select_kcf( atp_callerdata_t p, atp_counter_t index, atp_item
|
|||||||
if( index == KRFIELD_REMIX )
|
if( index == KRFIELD_REMIX )
|
||||||
{
|
{
|
||||||
cfg->text = "选择键位功能";
|
cfg->text = "选择键位功能";
|
||||||
key_tips(kcfg, cfg);
|
key_tips(kcfg, 0, cfg);
|
||||||
}
|
}
|
||||||
else if( index == KRFIELD_DEVICE )
|
else if( index == KRFIELD_DEVICE )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user