Skip to content

Commit 375b085

Browse files
authored
Updated wording of ulTaskNotifyTakeIndexed fix (#178)
1 parent 385e700 commit 375b085

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

History.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Documentation and download available at https://www.FreeRTOS.org/
33
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
44
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
55

6-
+ An incorrectly named parameter in the macro ulTaskNotifyTakeIndexed that
7-
caused a compilation error when using this macro has been fixed.
6+
+ Fixed an incorrectly named parameter that prevented the
7+
ulTaskNotifyTakeIndexed macro compiling, and the name space clash in the
8+
test code that prevented this error causing test failures.
89

910

1011
Changes between FreeRTOS V10.3.1 and FreeRTOS V10.4.0 released September 10 2020

0 commit comments

Comments
 (0)