WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_notify.h
浏览该文件的文档.
1
7#ifndef AT_NOTIFY_H
8#define AT_NOTIFY_H
9
10#ifdef CONFIG_AT_SUPPORT_NOTIFY_REPORT
11#include "at_product.h"
12
13void at_notify_process_list(void);
14
15void at_notify_init(void);
16#endif
17#endif