From a4aadab457e32e7ba7bcd096d30219880e46868f Mon Sep 17 00:00:00 2001 From: Darsey Litzenberger Date: Thu, 1 Jan 2026 17:13:35 -0700 Subject: [PATCH] x --- src/include/lwip/err.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/lwip/err.h b/src/include/lwip/err.h index 887d9b3f..07219fce 100644 --- a/src/include/lwip/err.h +++ b/src/include/lwip/err.h @@ -64,7 +64,8 @@ typedef enum { /** Operation in progress */ ERR_INPROGRESS = -5, /** Illegal value. */ - ERR_VAL = -6, + //ERR_VAL = -6, + ERR_VAL = -17, // DEBUG FIXME(dlitz) /** Operation would block. */ ERR_WOULDBLOCK = -7, /** Address in use. */