WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
log_def.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2018-2020. All rights reserved.
3 */
4
5#ifndef _LOG_DEF_H_
6#define _LOG_DEF_H_
7
8#include "core.h"
9
10#ifdef BTH_SYS_PART
11#include "log_def_bth.h"
12#else
13#include "log_def_bt.h"
14#endif
15
16#include "log_def_pf.h"
17#include "log_def_dsp.h"
18#ifdef GNSS_SYS_PART
19#include "log_def_gnss.h"
20#endif
21
22#endif