mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 13:54:09 +08:00
fix编译失败的地方
This commit is contained in:
parent
a75e29de70
commit
183e91c698
@ -8,6 +8,6 @@
|
||||
extern atp_error_t use_config_page( struct global_oaf_config* );
|
||||
extern atp_error_t help_page( atp_text_t *wording, atp_counter_t length );
|
||||
|
||||
#define use_help_page(text) help_page((text), sizeof((text))/sizeof(atp_text_t));
|
||||
#define use_help_page(text) help_page((text), sizeof((text))/sizeof(atp_text_t))
|
||||
|
||||
#endif//__OAF_PAGES_H__
|
Loading…
x
Reference in New Issue
Block a user