Skip to content

Commit 3988544

Browse files
committed
update tasks.c
1 parent 71670fb commit 3988544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB )
13781378
{
13791379
eTaskState eReturn;
13801380
List_t const * pxStateList, * pxDelayedList, * pxOverflowedDelayedList;
1381-
const TCB_t * const pxTCB = xTask;
1381+
const TCB_t * const pxTCB = ( TCB_t * ) xTask;
13821382

13831383
configASSERT( pxTCB );
13841384

0 commit comments

Comments
 (0)