Compare commits

..

1 commit

Author SHA1 Message Date
Sudeep Mohanty 9b8cef03ba
Merge f0609db5cc into 4ee6a1f22f 2025-04-25 09:33:18 -07:00

View file

@ -1059,8 +1059,8 @@
configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */ configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
{ {
UBaseType_t uxReturn = 0; UBaseType_t uxReturn = 0;
BaseType_t xIsTaskStatusArrayWriteable = pdFALSE; UBaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
BaseType_t xIsTotalRunTimeWriteable = pdFALSE; UBaseType_t xIsTotalRunTimeWriteable = pdFALSE;
uint32_t ulArraySize = ( uint32_t ) uxArraySize; uint32_t ulArraySize = ( uint32_t ) uxArraySize;
uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t ); uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );