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.
1 parent 5fb26de commit f62dfa2Copy full SHA for f62dfa2
include/task.h
@@ -129,7 +129,7 @@ typedef struct xMEMORY_REGION
129
typedef struct xTASK_PARAMETERS
130
{
131
TaskFunction_t pvTaskCode;
132
- const char * const pcName; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
+ const char * pcName; /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
133
configSTACK_DEPTH_TYPE usStackDepth;
134
void * pvParameters;
135
UBaseType_t uxPriority;
0 commit comments