修正编译失败的地方

This commit is contained in:
anod 2022-10-17 17:59:11 +08:00
parent 6366d00b4d
commit 7324ad6e3e

View File

@ -215,7 +215,7 @@ atp_error_t oaf_config_page()
{
u8 base[sizeof(g_oafConfig)];
memcpy( base, &g_oafConfig, sizeof(g_oafConfig) );
struct OafConfig *prev = (struct OafConfig*)&base[0];
OafConfig *prev = (OafConfig*)&base[0];
atp_error_t res = atp_select( "参数配置", 4, config_item, config_adjust, NULL, 0, 0, NULL );
if( res == ATP_NO_ACTION )