You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
( unsigned int ) pxTaskStatusArray[ x ].uxCurrentPriority,
7233
-
( unsigned int ) pxTaskStatusArray[ x ].usStackHighWaterMark,
7234
-
( unsigned int ) pxTaskStatusArray[ x ].xTaskNumber ); /*lint !e586 sprintf() allowed as this is compiled with many compilers and this is a utility function only - not part of the core kernel implementation. */
( unsigned int ) pxTaskStatusArray[ x ].uxCurrentPriority,
7234
+
( unsigned int ) pxTaskStatusArray[ x ].usStackHighWaterMark,
7235
+
( unsigned int ) pxTaskStatusArray[ x ].xTaskNumber,
7236
+
( unsigned int ) pxTaskStatusArray[ x ].uxCoreAffinityMask ); /*lint !e586 sprintf() allowed as this is compiled with many compilers and this is a utility function only - not part of the core kernel implementation. */
( unsigned int ) pxTaskStatusArray[ x ].uxCurrentPriority,
7243
+
( unsigned int ) pxTaskStatusArray[ x ].usStackHighWaterMark,
7244
+
( unsigned int ) pxTaskStatusArray[ x ].xTaskNumber ); /*lint !e586 sprintf() allowed as this is compiled with many compilers and this is a utility function only - not part of the core kernel implementation. */
0 commit comments