Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCobus van Eeden <35851496+cobusve@users.noreply.github.com>2020-09-18 20:22:09 +0300
committerGitHub <noreply@github.com>2020-09-18 20:22:09 +0300
commit375b08529593e97c7cf29d405fa3af9b98d0cd8a (patch)
tree242b75da1c0839d472ab86b0b19c9f8a15c58d7b
parent385e700953ad68680890cd9c4977dff384879a03 (diff)
Updated wording of ulTaskNotifyTakeIndexed fix (#178)V10.4.1-kernel-only
-rw-r--r--History.txt5
1 files 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