mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00
feat(esp8266): Perfect AIO function and logic
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
#define CRITICAL_EXIT(t)
|
||||
|
||||
#ifndef ESP_SOCKET_MAX
|
||||
#define ESP_SOCKET_MAX 3
|
||||
#define ESP_SOCKET_MAX 2
|
||||
#endif
|
||||
|
||||
#define SET_ERR(err) errno = err
|
||||
|
Reference in New Issue
Block a user