We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d569fb9 + d03233f commit 0efcb29Copy full SHA for 0efcb29
portable/Common/mpu_wrappers_v2.c
@@ -1059,8 +1059,8 @@
1059
configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
1060
{
1061
UBaseType_t uxReturn = 0;
1062
- UBaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
1063
- UBaseType_t xIsTotalRunTimeWriteable = pdFALSE;
+ BaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
+ BaseType_t xIsTotalRunTimeWriteable = pdFALSE;
1064
uint32_t ulArraySize = ( uint32_t ) uxArraySize;
1065
uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );
1066
0 commit comments