Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket examples: Fix udp_client build error (IDFGH-2982) #5014

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

AxelLin
Copy link
Contributor

@AxelLin AxelLin commented Mar 28, 2020

Fix below build error:
../main/udp_client.c: In function 'udp_client_task':
../main/udp_client.c:58:41: error: 'addr_str' undeclared (first use in this function); did you mean 'caddr_t'?

Fixes: 995ef85 ("socket examples: add tests for server and client applications")
Signed-off-by: Axel Lin axel.lin@gmail.com

Fix below build error:
../main/udp_client.c: In function 'udp_client_task':
../main/udp_client.c:58:41: error: 'addr_str' undeclared (first use in this function); did you mean 'caddr_t'?

Fixes: 995ef85 ("socket examples: add tests for server and client applications")
Signed-off-by: Axel Lin <axel.lin@gmail.com>
@github-actions github-actions bot changed the title socket examples: Fix udp_client build error socket examples: Fix udp_client build error (IDFGH-2982) Mar 28, 2020
@Alvin1Zhang
Copy link
Collaborator

@AxelLin Really thanks for your contribution. We will look into. Thanks.

@espressif-bot espressif-bot merged commit 8b00635 into espressif:master Mar 31, 2020
@AxelLin AxelLin deleted the udp_client_build_fix branch April 25, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants