mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
70645836fc
It also removes incorrect comment that's not valid any more (leftover from 6933c103e54) It also removes ESP_THREAD_SAFE macro and sys_mbox_set_owner() which were not used It also fixes CID 460613: Uninitialized pointer read in api_lib.c, netconn_gethostbyname_addrtype Updated lwip submodule: git log --oneline 4297782b..aa4f6e78 * api_msg: Fix unused local variable if LWIP_NETCONN_SEM_PER_THREAD=1 (espressif/esp-lwip@aa4f6e78)