mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8592f14a93
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>