Skip to content

Commit e71e702

Browse files
committed
Static allocation and lightweight idle tasks (#323)
* added multiple idle tasks * Added multiple IDLE tasks to non-static allocation * Adjustments to tasks from PR review
1 parent bc42e04 commit e71e702

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2754,7 +2754,6 @@ static BaseType_t prvCreateIdleTasks( void )
27542754
}
27552755
#endif /* configSUPPORT_STATIC_ALLOCATION */
27562756
}
2757-
27582757
return xReturn;
27592758
}
27602759

0 commit comments

Comments
 (0)