diff options
| author | Brenton Bostick <[email protected]> | 2022-12-09 07:04:52 -0500 |
|---|---|---|
| committer | Brenton Bostick <[email protected]> | 2023-05-25 15:43:34 -0400 |
| commit | 51af6aacd944f52e952d0fefcee2cb196ffc7ae3 (patch) | |
| tree | 152a48232cfa62212198868cf207d68713a9d490 | |
| parent | d00f72ae925be96da977df358251907a72b1da80 (diff) | |
Fix typo TCP_SLOW_INTERVALs -> TCP_SLOW_INTERVAL
| -rw-r--r-- | src/lwipopts.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
