From 09b0d716d22aa8e1282c281d402b3f7bae72608a Mon Sep 17 00:00:00 2001 From: jani Date: Tue, 28 Oct 2003 10:33:24 +0000 Subject: [PATCH] USP->UDP typo --- src/include/lwip/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 3f67fac5..dd303935 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -352,7 +352,7 @@ a lot of data that needs to be copied, this should be set high. */ #define ICMP_STATS 1 #endif -#ifndef USP_STATS +#ifndef UDP_STATS #define UDP_STATS 1 #endif