|
TuyaOS
|
Common process - Initialization 更多...
#include "tkl_output.h"
宏定义 | |
| #define | tuya_hal_log_close() tkl_log_close() |
| Close log port 更多... | |
| #define | tuya_hal_log_open() tkl_log_open() |
| Open log port 更多... | |
| #define | tuya_hal_output_log tkl_log_output |
| Output log information 更多... | |
Common process - Initialization
| #define tuya_hal_log_close | ( | ) | tkl_log_close() |
Close log port
| VOID |
| #define tuya_hal_log_open | ( | ) | tkl_log_open() |
Open log port
| VOID |
| #define tuya_hal_output_log tkl_log_output |
Output log information
| [in] | str | log information |