From 5ea28f923174c4dcb7bba8609603d3e999e4b277 Mon Sep 17 00:00:00 2001 From: Raphael Lehmann Date: Fri, 31 Dec 2021 14:40:29 +0100 Subject: [PATCH] fixup: FreeRTOS comparison of integer expressions of different signedness --- ext/aws/FreeRTOSIPConfig.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/aws/FreeRTOSIPConfig.h.in b/ext/aws/FreeRTOSIPConfig.h.in index bef1ec884a..d183131556 100644 --- a/ext/aws/FreeRTOSIPConfig.h.in +++ b/ext/aws/FreeRTOSIPConfig.h.in @@ -65,4 +65,7 @@ #endif %% endif +// Temporary fix for this issue: https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/pull/403 +#define ipconfigTCP_SRTT_MINIMUM_VALUE_MS 50 + #endif // FREERTOS_IP_CONFIG_H