mirror of
https://github.com/azure-rtos/netxduo.git
synced 2025-10-14 02:58:01 +08:00
Fixed typo in updated _nx_websocket_client_connect declaration.
This commit is contained in:
@@ -297,7 +297,7 @@ UINT _nx_websocket_client_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_TCP_SOCKE
|
||||
UCHAR *host, UINT host_length,
|
||||
UCHAR *uri_path, UINT uri_path_length,
|
||||
UCHAR *protocol, UINT protocol_length,
|
||||
*bearer, UINT bearer_length, UINT wait_option);
|
||||
UCHAR *bearer, UINT bearer_length, UINT wait_option);
|
||||
#ifdef NX_SECURE_ENABLE
|
||||
UINT _nxe_websocket_client_secure_connect(NX_WEBSOCKET_CLIENT *client_ptr, NX_SECURE_TLS_SESSION *tls_session,
|
||||
UCHAR *host, UINT host_length,
|
||||
|
Reference in New Issue
Block a user