XFusion API v1.3.0
载入中...
搜索中...
未找到
component.c
浏览该文件的文档.
1#include "xf_utils.h"
2#include "xf_init.h"
3
4#define TAG "component"
5
6static int component_test(void)
7{
8 XF_LOGI(TAG, "hello, component");
9
10 return 0;
11}
12
static int component_test(void)
Definition component.c:6
#define TAG
Definition component.c:4
#define XF_INIT_EXPORT_COMPONENT(function)
组件初始化. 应用层初始化一些外部组件使用
Definition xf_init.h:166
#define XF_LOGI(tag, format,...)