mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 04:10:10 -04:00
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: 995ef85e85a4 ("socket examples: add tests for server and client applications") Signed-off-by: Axel Lin <axel.lin@gmail.com>