修改编译错误

This commit is contained in:
anod 2023-04-25 11:21:03 +08:00
parent b7b72cf31f
commit 6ea9946223

View File

@ -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 )
{ {