From 0d64b4395d1118985a4ade5475e3c865cb7afe1a Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Mon, 3 Jul 2023 14:27:35 +0530 Subject: [PATCH] Update Getting started guide for RC3 (#951) --- GettingStarted_4.0.0-rc3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GettingStarted_4.0.0-rc3.md b/GettingStarted_4.0.0-rc3.md index cc6fdc16e..9813ecc01 100644 --- a/GettingStarted_4.0.0-rc3.md +++ b/GettingStarted_4.0.0-rc3.md @@ -7,7 +7,7 @@ Some of the APIs have changed which is illustrated in the section below. However Backward Compatibility Mode: --------------------------- - If you are moving your code from V3.x.x to V4.0.0-rc1, then set the "ipconfigIPv4_BACKWARD_COMPATIBLE" macro to 1 in “FreeRTOSIPConfigDefaults.h” to run the code in backward compatible mode. + If you are moving your code from V3.x.x to V4.0.0-rc1/rc2/rc3, then set the "ipconfigIPv4_BACKWARD_COMPATIBLE" macro to 1 in “FreeRTOSIPConfigDefaults.h” to run the code in backward compatible mode. The "Existing API's" defined in all the API changes below work only when the backward compatibility mode is enabled. API changes in 4.0.0-rc1/rc2/rc3: