mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(lwip): update lwip component from idf
This commit is contained in:
@ -49,6 +49,8 @@ extern int wifi_nvs_init(void);
|
||||
extern esp_err_t esp_pthread_init(void);
|
||||
extern void phy_get_bb_evm(void);
|
||||
extern void uart_div_modify(uint8_t uart_no, uint16_t DivLatchValue);
|
||||
/*Only for calling esp_wifi_set_ps can compile successfully */
|
||||
uint32_t LwipTimOutLim = 0;
|
||||
|
||||
static inline int should_load(uint32_t load_addr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user