mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 06:44:12 +08:00
修正编译失败的地方
This commit is contained in:
parent
6366d00b4d
commit
7324ad6e3e
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user