mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 11:08:34 +08:00
improve socket_helper
This commit is contained in:
parent
54ab8a94f2
commit
9a12320164
@ -353,4 +353,12 @@ int32_t tk_socket_recvfrom(int sock, void* buffer, uint32_t size, int flags,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#else
|
||||||
|
ret_t tk_socket_init(void) {
|
||||||
|
return RET_OK;
|
||||||
|
}
|
||||||
|
|
||||||
|
ret_t tk_socket_deinit(void) {
|
||||||
|
return RET_OK;
|
||||||
|
}
|
||||||
#endif /*WITH_SOCKET*/
|
#endif /*WITH_SOCKET*/
|
||||||
|
Loading…
Reference in New Issue
Block a user