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 4471af6 commit f01dd05Copy full SHA for f01dd05
test/unit-test/FreeRTOS_IP_DiffConfig2/FreeRTOS_IP_DiffConfig2_utest.c
@@ -88,7 +88,7 @@ void tearDown( void )
88
TaskHandle_t IPInItHappyPath_xTaskHandleToSet = ( TaskHandle_t ) 0xCDBA9087;
89
static BaseType_t StubxTaskCreate( TaskFunction_t pxTaskCode,
90
const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
91
- const configSTACK_DEPTH_TYPE usStackDepth,
+ const configSTACK_DEPTH_TYPE uxStackDepth,
92
void * const pvParameters,
93
UBaseType_t uxPriority,
94
TaskHandle_t * const pxCreatedTask )
0 commit comments