Skip to content

Commit

Permalink
chore(websocket): align structure members
Browse files Browse the repository at this point in the history
  • Loading branch information
bryghtlabs-richard committed Dec 16, 2024
1 parent 15d3a01 commit beb6e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_websocket_client/esp_websocket_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ struct esp_websocket_client {
bool wait_for_pong_resp;
bool selected_for_destroying;
EventGroupHandle_t status_bits;
SemaphoreHandle_t lock;
SemaphoreHandle_t lock;
size_t errormsg_size;
char *errormsg_buffer;
char *rx_buffer;
Expand Down

0 comments on commit beb6e57

Please sign in to comment.