From 375b08529593e97c7cf29d405fa3af9b98d0cd8a Mon Sep 17 00:00:00 2001 From: Cobus van Eeden <35851496+cobusve@users.noreply.github.com> Date: Fri, 18 Sep 2020 10:22:09 -0700 Subject: [PATCH] Updated wording of ulTaskNotifyTakeIndexed fix (#178) --- History.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 7fb96fe6c..9365d5558 100644 --- a/History.txt +++ b/History.txt @@ -3,8 +3,9 @@ Documentation and download available at https://www.FreeRTOS.org/ Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020 See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html - + An incorrectly named parameter in the macro ulTaskNotifyTakeIndexed that - caused a compilation error when using this macro has been fixed. + + Fixed an incorrectly named parameter that prevented the + ulTaskNotifyTakeIndexed macro compiling, and the name space clash in the + test code that prevented this error causing test failures. Changes between FreeRTOS V10.3.1 and FreeRTOS V10.4.0 released September 10 2020