TuyaOS
tuya_hal_thread.h
浏览该文件的文档.
1
10#ifndef __TUYA_HAL_THREAD_H__
11#define __TUYA_HAL_THREAD_H__
12
13#include "uni_thread.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19
20#ifdef __cplusplus
21}
22#endif /* __cplusplus */
23
24
25#endif // __TUYA_HAL_THREAD_H__
26
tuya thread module