TuyaOS
tuya_hal_output.h
浏览该文件的文档.
1
10#ifndef _TUYA_HAL_OUTPUT_H
11#define _TUYA_HAL_OUTPUT_H
12
13#include "tkl_output.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
28#define tuya_hal_output_log tkl_log_output
29
39#define tuya_hal_log_close() tkl_log_close()
40
50#define tuya_hal_log_open() tkl_log_open()
51
52#ifdef __cplusplus
53}
54#endif /* __cplusplus */
55
56#endif
57
Common process - - adapter the log output api