We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385e700 commit 375b085Copy full SHA for 375b085
History.txt
@@ -3,8 +3,9 @@ Documentation and download available at https://www.FreeRTOS.org/
3
Changes between FreeRTOS V10.4.0 and FreeRTOS V10.4.1 released September 17 2020
4
See https://www.FreeRTOS.org/FreeRTOS-V10.4.x.html
5
6
- + An incorrectly named parameter in the macro ulTaskNotifyTakeIndexed that
7
- 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
8
+ test code that prevented this error causing test failures.
9
10
11
Changes between FreeRTOS V10.3.1 and FreeRTOS V10.4.0 released September 10 2020
0 commit comments