TuyaOS
include
components
tal_compatible
include
base_os_adapter.h
浏览该文件的文档.
1
10
#ifndef _BASE_OS_ADAPTER_H
11
#define _BASE_OS_ADAPTER_H
12
13
#include "tuya_cloud_types.h"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
28
STATIC INLINE OPERATE_RET
tuya_os_intf_init
(VOID)
29
{
30
return
OPRT_OK;
31
}
32
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
39
#endif
/* _TUYA_OS_ADAPTER_H */
tuya_os_intf_init
STATIC INLINE OPERATE_RET tuya_os_intf_init(VOID)
Initialization for system interface adaption.
Definition:
base_os_adapter.h:28
制作者
1.9.4