Skip to content

Commit f01dd05

Browse files
authored
Rename usStackDepth (#1076)
1 parent 4471af6 commit f01dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-test/FreeRTOS_IP_DiffConfig2/FreeRTOS_IP_DiffConfig2_utest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void tearDown( void )
8888
TaskHandle_t IPInItHappyPath_xTaskHandleToSet = ( TaskHandle_t ) 0xCDBA9087;
8989
static BaseType_t StubxTaskCreate( TaskFunction_t pxTaskCode,
9090
const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
91-
const configSTACK_DEPTH_TYPE usStackDepth,
91+
const configSTACK_DEPTH_TYPE uxStackDepth,
9292
void * const pvParameters,
9393
UBaseType_t uxPriority,
9494
TaskHandle_t * const pxCreatedTask )

0 commit comments

Comments
 (0)