Merge branch 'main' into main

This commit is contained in:
Rahul Kar 2025-04-28 10:27:32 +05:30 committed by GitHub
commit 0efcb2976f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 );