mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +00:00
Fix err_stderr[] table with new err.h defines.
This commit is contained in:
parent
ac10470643
commit
1dd1064051
@ -44,13 +44,13 @@ static const char *err_strerr[] = {
|
|||||||
"Ok.", /* ERR_OK 0 */
|
"Ok.", /* ERR_OK 0 */
|
||||||
"Out of memory error.", /* ERR_MEM -1 */
|
"Out of memory error.", /* ERR_MEM -1 */
|
||||||
"Buffer error.", /* ERR_BUF -2 */
|
"Buffer error.", /* ERR_BUF -2 */
|
||||||
"Connection aborted.", /* ERR_ABRT -3 */
|
"Routing problem.", /* ERR_RTE -3 */
|
||||||
"Connection reset.", /* ERR_RST -4 */
|
"Connection aborted.", /* ERR_ABRT -4 */
|
||||||
"Connection closed.", /* ERR_CLSD -5 */
|
"Connection reset.", /* ERR_RST -5 */
|
||||||
"Not connected.", /* ERR_CONN -6 */
|
"Connection closed.", /* ERR_CLSD -6 */
|
||||||
"Illegal value.", /* ERR_VAL -7 */
|
"Not connected.", /* ERR_CONN -7 */
|
||||||
"Illegal argument.", /* ERR_ARG -8 */
|
"Illegal value.", /* ERR_VAL -8 */
|
||||||
"Routing problem.", /* ERR_RTE -9 */
|
"Illegal argument.", /* ERR_ARG -9 */
|
||||||
"Address in use.", /* ERR_USE -10 */
|
"Address in use.", /* ERR_USE -10 */
|
||||||
"Low-level netif error.", /* ERR_IF -11 */
|
"Low-level netif error.", /* ERR_IF -11 */
|
||||||
"Already connected.", /* ERR_ISCONN -12 */
|
"Already connected.", /* ERR_ISCONN -12 */
|
||||||
|
Loading…
Reference in New Issue
Block a user