mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 21:48:05 +08:00
fix(components): Fix all components's compile warning and enable warning checking
This commit is contained in:
@ -1900,7 +1900,7 @@ void *memp_malloc_ll(size_t type);
|
||||
---------------------------------------
|
||||
*/
|
||||
|
||||
#define LWIP_HOOK_IP4_ROUTE_SRC ip4_route_src_hook
|
||||
#define LWIP_HOOK_IP4_ROUTE_SRC(d, s) (void *)ip4_route_src_hook(d, s)
|
||||
|
||||
/**
|
||||
* @defgroup lwip_opts_hooks Hooks
|
||||
|
Reference in New Issue
Block a user