Fixed typo in updated _nx_websocket_client_connect declaration.

This commit is contained in:
Frédéric Desbiens
2025-09-29 16:39:27 +01:00
parent f064489c9b
commit d5a34aa078

View File

@@ -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,