//主菜单常驻代码#define _ATTR_MAIN_MENU_CODE_ __attribute__((section("MainMenuCode")))#define _ATTR_MAIN_MENU_DATA_ __attribute__((section("MainMenuData")))#define _ATTR_MAIN_MENU_BSS_ __attribute__((section("MainMenuBss"),zero_init))
宏后面的那个是函数吗,要怎么看后面那个 __attribute__((section("MainMenuData")))?
后面那个东西在其他地方没有定义的。
宏后面的那个是函数吗,要怎么看后面那个 __attribute__((section("MainMenuData")))?
后面那个东西在其他地方没有定义的。