mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-05 11:57:15 -04:00
Compare commits
No commits in common. "0efcb2976f9b94a16e4a04a96d65e64083b8fab5" and "d569fb9f7cb6a9d492b54c998f38ed6b131ffd64" have entirely different histories.
0efcb2976f
...
d569fb9f7c
|
@ -1059,8 +1059,8 @@
|
|||
configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
|
||||
{
|
||||
UBaseType_t uxReturn = 0;
|
||||
BaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
|
||||
BaseType_t xIsTotalRunTimeWriteable = pdFALSE;
|
||||
UBaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
|
||||
UBaseType_t xIsTotalRunTimeWriteable = pdFALSE;
|
||||
uint32_t ulArraySize = ( uint32_t ) uxArraySize;
|
||||
uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );
|
||||
|
||||
|
|
Loading…
Reference in a new issue