From b89e10c3e6e4a14bc983aea60b5c404b55d9a9ce Mon Sep 17 00:00:00 2001 From: sg Date: Tue, 28 Oct 2014 21:26:49 +0100 Subject: [PATCH] fixed comment (bug #43481 MEMP_SYS_TIMEOUTS is not for NO_SYS=0 only) --- src/include/lwip/opt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 75b33c54..481bf766 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -318,7 +318,6 @@ /** * MEMP_NUM_SYS_TIMEOUT: the number of simultaneously active timeouts. - * (requires NO_SYS==0) * The default number of timeouts is calculated here for all enabled modules. * The formula expects settings to be either '0' or '1'. */