From 07fd196b668b2b3dd7ce31aca46095ebcfaa11c2 Mon Sep 17 00:00:00 2001 From: Simon Howroyd Date: Wed, 16 Mar 2022 17:59:04 +0000 Subject: [PATCH] minor typo fix --- docs/en/migration-guides/freertos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/migration-guides/freertos.rst b/docs/en/migration-guides/freertos.rst index b4f23a1b76..d2610241e7 100644 --- a/docs/en/migration-guides/freertos.rst +++ b/docs/en/migration-guides/freertos.rst @@ -4,7 +4,7 @@ Migrate FreeRTOS to ESP-IDF 5.0 Legacy API and Data Types ------------------------- -Previously, the `configENABLE_BACKWARD_COMPATIBILITY` option was set by default, thus allowed pre FreeRTOS v8.0.0 function names and data types bo be used. The `configENABLE_BACKWARD_COMPATIBILITY` is now disabled by default, thus legacy FreeRTOS names/types are no longer supportd by default. Users should either: +Previously, the `configENABLE_BACKWARD_COMPATIBILITY` option was set by default, thus allowed pre FreeRTOS v8.0.0 function names and data types to be used. The `configENABLE_BACKWARD_COMPATIBILITY` is now disabled by default, thus legacy FreeRTOS names/types are no longer supportd by default. Users should either: - Update their code to remove usage of legacy FreeRTOS names/types - Enable the :ref:`CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY` to explicitly allow the usage of legacy names/types