mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 11:27:16 -04:00
Compare commits
3 commits
051e252610
...
e4f1b8c242
Author | SHA1 | Date | |
---|---|---|---|
|
e4f1b8c242 | ||
|
0efcb2976f | ||
|
d03233f209 |
|
@ -1059,8 +1059,8 @@
|
|||
configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
|
||||
{
|
||||
UBaseType_t uxReturn = 0;
|
||||
UBaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
|
||||
UBaseType_t xIsTotalRunTimeWriteable = pdFALSE;
|
||||
BaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
|
||||
BaseType_t xIsTotalRunTimeWriteable = pdFALSE;
|
||||
uint32_t ulArraySize = ( uint32_t ) uxArraySize;
|
||||
uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );
|
||||
|
||||
|
|
Loading…
Reference in a new issue