mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Rename xTaskGetSystemState() uxTaskGetSystemState().
This commit is contained in:
parent
92fae7d262
commit
203ae64600
47 changed files with 79 additions and 78 deletions
|
@ -66,7 +66,7 @@
|
|||
* A sample implementation of pvPortMalloc() and vPortFree() that permits
|
||||
* allocated blocks to be freed, but does not combine adjacent free blocks
|
||||
* into a single larger block (and so will fragment memory). See heap_4.c for
|
||||
* an aquivalent that does combine adjacent blocks into single larger blocks.
|
||||
* an equivalent that does combine adjacent blocks into single larger blocks.
|
||||
*
|
||||
* See heap_1.c, heap_3.c and heap_4.c for alternative implementations, and the
|
||||
* memory management pages of http://www.FreeRTOS.org for more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue