From 51af6aacd944f52e952d0fefcee2cb196ffc7ae3 Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Fri, 9 Dec 2022 07:04:52 -0500 Subject: [PATCH] Fix typo TCP_SLOW_INTERVALs -> TCP_SLOW_INTERVAL --- src/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lwipopts.h b/src/lwipopts.h index 20e7437..5ddb269 100644 --- a/src/lwipopts.h +++ b/src/lwipopts.h @@ -149,7 +149,7 @@ happening sooner than they should. #define TCP_FAST_INTERVAL TCP_TMR_INTERVAL #endif /* TCP_FAST_INTERVAL */ -#ifndef TCP_SLOW_INTERVALs +#ifndef TCP_SLOW_INTERVAL /* the coarse grained timeout in milliseconds */ #define TCP_SLOW_INTERVAL (2*TCP_TMR_INTERVAL) #endif /* TCP_SLOW_INTERVAL */